Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Nov 16, 2021
1 parent 23a12ef commit 459e27d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ namespace BetterMute
public class Plugin : Plugin<Config>
{
public override string Author { get; } = "Killla";
public override string Name { get; } = "Better Mute";
public override string Prefix { get; } = "BetterMute";
public override string Name { get; } = "Better Mute";
public override string Prefix { get; } = "BetterMute";
public override Version Version { get; } = new Version(1, 0, 1);
public override Version RequiredExiledVersion { get; } = new Version(3, 0, 0);

public ServerHandlers ServerHandlers;
Expand Down

0 comments on commit 459e27d

Please sign in to comment.