update version
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -19,7 +19,7 @@ module.exports = {
|
||||
|
||||
for (const file of commandFiles) {
|
||||
const command = require(`../commands/${file}`);
|
||||
if (!commands.global) commands.push(command); // Include global commands in guild
|
||||
if (!commands.global) commands.push(command); // don't include global commands
|
||||
}
|
||||
|
||||
const rest = new REST({ version: '10' }).setToken(client.config.Token);
|
||||
|
||||
Reference in new issue
Block a user