This commit is contained in:
2023-08-05 21:33:16 +03:00
parent 0aa78e3560
commit 5497ee9119

View File

@@ -74,7 +74,7 @@ public class LevelCommand : DBCommand
} }
//Optional method (tell the bot what should it do if the command is executed from a DM channel) //Optional method (tell the bot what should it do if the command is executed from a DM channel)
//public async void ExecuteDM(CmdArgs context) { //public async void ExecuteDM(DBCommandExecutingArguments context) {
// //
//} //}
} }