yes.
This commit is contained in:
@@ -37,7 +37,7 @@ All commands are prefixed with your configured prefix (e.g. `s/`). Arguments in
|
|||||||
| `minecraft` | — | Unofficial ValourSMP server IPs |
|
| `minecraft` | — | Unofficial ValourSMP server IPs |
|
||||||
| `ping` | — | Check bot latency |
|
| `ping` | — | Check bot latency |
|
||||||
| `source` | — | Link to the bot's source code |
|
| `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 |
|
| `swagger` | — | Link to the Valour API docs |
|
||||||
| `uptime` | — | Show how long the bot has been running |
|
| `uptime` | — | Show how long the bot has been running |
|
||||||
| `usercount` | — | Show the total Valour user count |
|
| `usercount` | — | Show the total Valour user count |
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ namespace SkyBot.Commands
|
|||||||
public string[] Aliases => [];
|
public string[] Aliases => [];
|
||||||
public string Description => "Sends a link to where you can suggest commands.";
|
public string Description => "Sends a link to where you can suggest commands.";
|
||||||
public string Section => "Info";
|
public string Section => "Info";
|
||||||
public string Usage => "source";
|
public string Usage => "suggest";
|
||||||
|
|
||||||
public async Task Execute(CommandContext ctx)
|
public async Task Execute(CommandContext ctx)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user