diff --git a/src/index.js b/src/index.js index 6f6620c..9714df3 100644 --- a/src/index.js +++ b/src/index.js @@ -17,6 +17,9 @@ const bot = new Eris.CommandClient(config.token, {}, { ignoreSelf: true, ignoreBots: true, defaultHelpCommand: false, + defaultCommandOptions: { + caseInsensitive: true, + }, }); const restBot = new Eris.Client(`Bot ${config.token}`, {