Updated description text

This commit is contained in:
Logan Cusano
2023-02-26 22:07:50 -05:00
parent ff5bff89ee
commit 8c341b747d

View File

@@ -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,