add global command to guilds/debug global commands
This commit is contained in:
5 files changed
+12
-15
No files matched your search
@@ -1,7 +1,7 @@
|
||||
const { EmbedBuilder } = require("discord.js");
|
||||
const settings = require('../config/settingsHelp');
|
||||
|
||||
const dropActions = ['ditch', 'drop', 'forget', 'throw out', 'leave', 'set down', 'let go of'];
|
||||
const dropActions = ['ditch', 'drop', 'forget', 'throw out', 'leave', 'set down', 'let go of', 'discard'];
|
||||
|
||||
module.exports = async (client, interaction) => {
|
||||
if (interaction.isCommand()) return;
|
||||
|
||||
Reference in new issue
Block a user