auto clean whitespace
This commit is contained in:
38 files changed
+1446
-1446
No files matched your search
@@ -1,3 +1,3 @@
|
||||
module.exports = (client, guild) => {
|
||||
require("../util/RegisterSlashCommands").RegisterGuildCommands(client, guild.id);
|
||||
};
|
||||
};
|
||||
@@ -8,7 +8,7 @@ module.exports = async (client, interaction) => {
|
||||
This file routes any menu, modal & button interactions
|
||||
from any command
|
||||
*/
|
||||
|
||||
|
||||
let GuildDB = await GetGuild(client, interaction.guildId);
|
||||
const interactionName = interaction.customId.split("-")[0];
|
||||
let interactionHandler = client.interactionHandlers.get(interactionName);
|
||||
@@ -18,4 +18,4 @@ module.exports = async (client, interaction) => {
|
||||
} catch (err) {
|
||||
client.sendInternalError(interaction, err);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user