Update ids
parent
dd9eac448a
commit
190e64b2f5
|
@ -5,7 +5,7 @@ const discord = require('discord.js');
|
|||
|
||||
|
||||
client.on("messageCreate", async (message) => {
|
||||
if(message.channel.id == "969944638498680875")
|
||||
if(message.channel.id == "427867128847138816")
|
||||
{
|
||||
const row = new discord.MessageActionRow()
|
||||
.addComponents(
|
||||
|
|
|
@ -42,7 +42,7 @@ module.exports = async (client) => {
|
|||
client.on("ready", async () => {
|
||||
// Register for a single guild
|
||||
await client.guilds.cache
|
||||
.get("969944638498680872")
|
||||
.get("427865794467069962")
|
||||
.commands.set(arrayOfSlashCommands);
|
||||
|
||||
// Register for all the guilds the bot is in
|
||||
|
|
Loading…
Reference in New Issue