Browse Source

Remove server-specific commands

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
1fce7b13ab
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -115,7 +115,7 @@ client.once("ready", () => {
}); });
client.on("guildCreate", (guild) => { client.on("guildCreate", (guild) => {
guild.commands.set(slashCommands); //guild.commands.set(slashCommands);
const welcomeChannel = guild.channels.cache const welcomeChannel = guild.channels.cache
.find( .find(
(channel) => (channel) =>

Loading…
Cancel
Save