From 99a8ea18bb93f56c4c2f4f23193d6f00446a70b3 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 8 Aug 2024 15:34:42 +0000 Subject: [PATCH] docs: updated commandlist --- src/NadekoBot/data/commandlist.json | 96 ++++++++++++++--------------- 1 file changed, 46 insertions(+), 50 deletions(-) diff --git a/src/NadekoBot/data/commandlist.json b/src/NadekoBot/data/commandlist.json index ccb3faa31..a8d75c1f6 100644 --- a/src/NadekoBot/data/commandlist.json +++ b/src/NadekoBot/data/commandlist.json @@ -220,7 +220,7 @@ "Aliases": [ ".edit" ], - "Description": "Edits bot's message, you have to specify message ID and new text. You can optionally specify target channel. Supports embeds.", + "Description": "Edits bot's message, you have to specify message ID and new text. You can optionally specify target channel.\nSupports [embeds](https://eb.nadeko.bot/)", "Usage": [ ".edit 7479498384 Hi :^)", ".edit #other-channel 771562360594628608 New message!", @@ -364,6 +364,36 @@ "ManageRoles Server Permission" ] }, + { + "Aliases": [ + ".cleanupguilddata" + ], + "Description": "Deletes data for all servers bot is no longer a member of from the database.\nThis is a highly destructive and irreversible command.", + "Usage": [ + ".cleanupguilddata" + ], + "Submodule": "CleanupCommands", + "Module": "Administration", + "Options": null, + "Requirements": [ + "Bot Owner Only" + ] + }, + { + "Aliases": [ + ".keep" + ], + "Description": "The current serve, won't be deleted from Nadeko's database during the purge.", + "Usage": [ + ".keep" + ], + "Submodule": "CleanupCommands", + "Module": "Administration", + "Options": null, + "Requirements": [ + "Administrator Server Permission" + ] + }, { "Aliases": [ ".sqlselect" @@ -2443,38 +2473,6 @@ "Requirements": [] } ], - "CleanupCommands": [ - { - "Aliases": [ - ".cleanupguilddata" - ], - "Description": "Deletes data for all servers bot is no longer a member of from the database.\nThis is a highly destructive and irreversible command.", - "Usage": [ - ".cleanupguilddata" - ], - "Submodule": "CleanupCommands", - "Module": "CleanupCommands", - "Options": null, - "Requirements": [ - "Bot Owner Only" - ] - }, - { - "Aliases": [ - ".keep" - ], - "Description": "The current serve, won't be deleted from Nadeko's database during the purge.", - "Usage": [ - ".keep" - ], - "Submodule": "CleanupCommands", - "Module": "CleanupCommands", - "Options": null, - "Requirements": [ - "Administrator Server Permission" - ] - } - ], "Expressions": [ { "Aliases": [ @@ -4035,7 +4033,7 @@ ".patronmessage", ".patronmsg" ], - "Description": "Sends a message to all patrons of the specified tier and higher. Supports embeds.", + "Description": "Sends a message to all patrons of the specified tier and higher.\nSupports [embeds](https://eb.nadeko.bot/)", "Usage": [ ".patronmessage x hello" ], @@ -5229,21 +5227,6 @@ ] } ], - "PromptCommands": [ - { - "Aliases": [ - ".prompt" - ], - "Description": "Ask the bot to do something for you.\nThis will fall back to the chatbot service in case of an error.", - "Usage": [ - ".prompt What's the weather like today?" - ], - "Submodule": "PromptCommands", - "Module": "PromptCommands", - "Options": null, - "Requirements": [] - } - ], "Searches": [ { "Aliases": [ @@ -6090,7 +6073,7 @@ "Aliases": [ ".say" ], - "Description": "Make the bot say something, or in other words, make the bot send the message.\nYou can optionally specify the channel where the bot will send the message.\nIf you omit the channel name, it will send the message in the current channel.\nSupports embeds.", + "Description": "Make the bot say something, or in other words, make the bot send the message.\nYou can optionally specify the channel where the bot will send the message.\nIf you omit the channel name, it will send the message in the current channel.\nSupports [embeds](https://eb.nadeko.bot/)", "Usage": [ ".say hi", ".say #chat hi" @@ -6417,6 +6400,19 @@ "No Public Bot" ] }, + { + "Aliases": [ + ".prompt" + ], + "Description": "Ask the bot to do something for you.\nThis will fall back to the chatbot service in case of an error.", + "Usage": [ + ".prompt What's the weather like today?" + ], + "Submodule": "PromptCommands", + "Module": "Utility", + "Options": null, + "Requirements": [] + }, { "Aliases": [ ".aliasesclear",