From 5497ee911991b64d03c315437983eaabd531e6dd Mon Sep 17 00:00:00 2001 From: Andrei Tudor Date: Sat, 5 Aug 2023 21:33:16 +0300 Subject: [PATCH] - --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { // //} }