Skip to content

Commit

Permalink
fix(RL): wrong plugin priority
Browse files Browse the repository at this point in the history
  • Loading branch information
LumiFae committed Jan 11, 2025
1 parent 9d93331 commit eb8e66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordLab.RoundLogs/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Plugin : Plugin<Config, Translation>
public override string Prefix => "DL.RoundLogs";
public override Version Version => new (1, 0, 0);
public override Version RequiredExiledVersion => new (8, 11, 0);
public override PluginPriority Priority => PluginPriority.Low;
public override PluginPriority Priority => PluginPriority.Default;

public static Plugin Instance { get; private set; }

Expand Down

0 comments on commit eb8e66c

Please sign in to comment.