mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-07 18:41:26 +03:00
fix: create guild settings to allow commands before configuration
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = {
|
||||
new EmbedBuilder()
|
||||
.setColor(settings.errorColour)
|
||||
.setTitle(getMessage('misc.no_categories.title'))
|
||||
.setDescription(getMessage('misc.no_categories.description')),
|
||||
.setDescription(getMessage('misc.no_categories.description', { url: `${process.env.HTTP_EXTERNAL}/settings/${interaction.guildId}` })),
|
||||
],
|
||||
ephemeral: true,
|
||||
});
|
||||
@@ -73,4 +73,4 @@ module.exports = {
|
||||
});
|
||||
}
|
||||
},
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user