fix(arabot): let normal and slash commands be run at the same time

This commit is contained in:
Anthony 2022-07-14 02:46:48 +01:00
parent a9d3e6405b
commit 753fdfb57c

View File

@ -27,6 +27,7 @@ require('dotenv').config();
// Setting up the Sapphire client // Setting up the Sapphire client
const client = new SapphireClient({ const client = new SapphireClient({
defaultPrefix: process.env.DEFAULT_PREFIX, defaultPrefix: process.env.DEFAULT_PREFIX,
loadMessageCommandListeners: true,
logger: { logger: {
level: LogLevel.Debug, level: LogLevel.Debug,
}, },