From 8c341b747d238ba9d5a5466f15a769410e3654e9 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 Feb 2023 22:07:50 -0500 Subject: [PATCH] Updated description text --- commands/sources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,