mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): let normal and slash commands be run at the same time
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user