From d5e51d0cba7d01d71277c4c66a776f95b0e04ae1 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Thu, 16 Apr 2026 03:40:56 +0100 Subject: [PATCH] yes. --- COMMANDS.md | 2 +- SkyBot/Commands/Info/Suggest.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COMMANDS.md b/COMMANDS.md index 0c9b40f..79929b0 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -37,7 +37,7 @@ All commands are prefixed with your configured prefix (e.g. `s/`). Arguments in | `minecraft` | — | Unofficial ValourSMP server IPs | | `ping` | — | Check bot latency | | `source` | — | Link to the bot's source code | -| `suggest ` | — | Submit a suggestion for the bot | +| `suggest` | — | Sends a link to where you can make suggestions | | `swagger` | — | Link to the Valour API docs | | `uptime` | — | Show how long the bot has been running | | `usercount` | — | Show the total Valour user count | diff --git a/SkyBot/Commands/Info/Suggest.cs b/SkyBot/Commands/Info/Suggest.cs index 946ccb1..11e3299 100644 --- a/SkyBot/Commands/Info/Suggest.cs +++ b/SkyBot/Commands/Info/Suggest.cs @@ -11,7 +11,7 @@ namespace SkyBot.Commands public string[] Aliases => []; public string Description => "Sends a link to where you can suggest commands."; public string Section => "Info"; - public string Usage => "source"; + public string Usage => "suggest"; public async Task Execute(CommandContext ctx) {