This commit is contained in:
2026-04-16 03:40:56 +01:00
parent 9cd0a6df78
commit d5e51d0cba
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <text>` | — | 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 |

View File

@@ -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)
{