diff --git a/README.md b/README.md index 8c6e714..d82f251 100644 --- a/README.md +++ b/README.md @@ -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) - //public async void ExecuteDM(CmdArgs context) { + //public async void ExecuteDM(DBCommandExecutingArguments context) { // //} }