From 753fdfb57c50ce09400504b95153803c0693818d Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 14 Jul 2022 02:46:48 +0100 Subject: [PATCH] fix(arabot): let normal and slash commands be run at the same time --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index faa5d78..e97f2ca 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,6 +27,7 @@ require('dotenv').config(); // Setting up the Sapphire client const client = new SapphireClient({ defaultPrefix: process.env.DEFAULT_PREFIX, + loadMessageCommandListeners: true, logger: { level: LogLevel.Debug, },