diff --git a/commands/sources.js b/commands/sources.js index ed3cc58..103745f 100644 --- a/commands/sources.js +++ b/commands/sources.js @@ -7,7 +7,7 @@ const log = new DebugBuilder("server", "sources"); module.exports = { data: new SlashCommandBuilder() .setName('sources') - .setDescription('Replies with your input!'), + .setDescription('Reply with all of the available sources'), example: "sources", isPrivileged: false, requiresTokens: false,