From cdb61cf6020700734cf86e11980a1d7928d1e646 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 20 Feb 2023 15:17:37 -0500 Subject: [PATCH] Documentation update --- data/strings.json | 2 +- modules/_prepareStrings.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/strings.json b/data/strings.json index b59e3e8..a5b077f 100755 --- a/data/strings.json +++ b/data/strings.json @@ -7,7 +7,7 @@ "info": "Silvanus is the ultimate Grow A Tree companion bot! Quickly compare your server's tree to others on the leaderboard with automatic calculation of tree height differences, active growth detection, watering time calculations, and more!\n\nImportant Note: Silvanus is only as up-to-date as your server's newest Tree and Tallest Trees messages. Make sure to refresh them before refreshing Silvanus' Compare message.", "setup": "If your and messages are in the same channel, simply run in that channel and you're good to go!\n\nOtherwise, run to set the proper channels for the bot to look in for the and messages.\n\nUse to view a description of all my commands.", "permissions": "At a minimum, Silvanus requires permissions to `Send Messages` and `Send Messages in Threads` if applicable. If Analyzer is given permission to `Manage Messages`, the bot will delete the `.settree` and `.setranks` messages to reduce spam.", - "allCommands": " - Compare your tree to others on the leaderboard\n - Setup a Notification Relay for the first time\n - Update an already configured Notification Relay\n - Disable the Notification Relay\n - Send a self-assignable role menu for relay pings\n - Calculates the time between waters for a tree of a given height\n - Calculates how long it would take a tree to grow to a given height\n - Set the channels to use with \n - View your server's configuration\n - Delete your server's configuration\n - Displays the bot's help page" + "allCommands": " - Compare your tree to others on the leaderboard\n - Setup a Notification Relay for the first time\n - Update an already configured Notification Relay\n - Disable the Notification Relay\n - Send a self-assignable role menu for relay pings\n - Calculates the time between waters for a tree of a given height\n - Calculates how long it would take a tree to grow to a given height\n - Set the channels to use with \n - View your server's configuration\n - Delete your server's configuration\n - Displays the bot's help page" }, "commands": { "compare": "", diff --git a/modules/_prepareStrings.js b/modules/_prepareStrings.js index 8b06e50..0ede544 100755 --- a/modules/_prepareStrings.js +++ b/modules/_prepareStrings.js @@ -1,8 +1,8 @@ const commands = [ {raw: "`/compare`", clickable: ""}, - {raw: "`/relay set`", clickable: ""}, - {raw: "`/relay update`", clickable: ""}, - {raw: "`/relay disable`", clickable: ""}, + {raw: "`/relay set`", clickable: ""}, + {raw: "`/relay update`", clickable: ""}, + {raw: "`/relay disable`", clickable: ""}, {raw: "`/rolemenu`", clickable: ""}, {raw: "`/watertime`", clickable: ""}, {raw: "`/timetoheight`", clickable: ""},