mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 21:44:17 +02:00
fix(arabot): let normal and slash commands be run at the same time
This commit is contained in:
parent
a9d3e6405b
commit
753fdfb57c
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user