Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirabellier committed Feb 16, 2024
1 parent 4568200 commit 7b95c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/utility/question.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
run: async (client, interaction) => {
const guild = await client.guilds.fetch("864537979339014184");

if (interaction.guildId !== guild) {
if (interaction.guildId !== guild.id) {
interaction.reply({
content: "You must join the support server first!",
ephemeral: true,
Expand Down

0 comments on commit 7b95c0e

Please sign in to comment.