Update Documentation to be compatible with Beta2
this one took a while
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[Module]
|
||||
public class AdminModule
|
||||
public class AdminModule : ModuleBase
|
||||
{
|
||||
[Command("ban")]
|
||||
[RequirePermission(GuildPermission.BanMembers)]
|
||||
public async Task Ban(IUserMessage msg) { }
|
||||
public async Task Ban(IGuildUser target) { }
|
||||
}
|
||||
Reference in New Issue
Block a user