You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [Group("admin")]
- public class AdminModule : ModuleBase
- {
- [Group("mod")]
- public class ModerationGroup : ModuleBase
- {
- // ~admin mod ban foxbot#0282
- [Command("ban")]
- public async Task Ban(IGuildUser user) { }
- }
-
- // ~admin clean 100
- [Command("clean")]
- public async Task Clean(int count = 100) { }
- }
|