fix: create guild settings to allow commands before configuration

This commit is contained in:
Isaac
2024-01-15 02:45:29 +00:00
parent f7d0519a8c
commit 00f16be790
4 changed files with 23 additions and 5 deletions

View File

@@ -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 = {
});
}
},
};
};