Updated command descriptions

This commit is contained in:
2023-12-05 14:37:18 +01:00
parent b0732bdaab
commit df82a66921
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
data: new SlashCommandBuilder()
.setName("help")
.setDescription("Help command")
.setDescription("List's all commands usable by a member")
.setDMPermission(true),
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */