From 97fca3a73ddc32df752b0373aded8bcd5c3795e5 Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Fri, 16 Jun 2023 23:38:53 +0200 Subject: [PATCH] fix sync --- src/commands/sync.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/sync.ts b/src/commands/sync.ts index c943dfe..2d4bdb6 100644 --- a/src/commands/sync.ts +++ b/src/commands/sync.ts @@ -30,6 +30,7 @@ module.exports = { return } + await interaction.reply({ content: 'This channel has been set as the goober channel' }) // await interaction.client.commands.get('load')?.execute(interaction) const reply = await interaction.fetchReply() @@ -53,7 +54,5 @@ module.exports = { interaction.client.user?.setActivity(`${length[0].count as string} goobers`, { type: ActivityType.Listening }) - - await interaction.reply({ content: 'this channel has been set as the goober channel', ephemeral: true }) } }