From 94d95df5713c85beed2c903bc57a8caf6a209cbd Mon Sep 17 00:00:00 2001 From: creeperita09 <97898994+creeperita09@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:04:28 +0100 Subject: [PATCH] fix typo --- src/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.ts b/src/commands.ts index a38f0a1..e0b6271 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -1081,7 +1081,7 @@ export default [ }, { name: "list", - description: "Run a command on your server", + description: "List all servers connected to the configured account", type: ApplicationCommandOptionType.Subcommand, }, ],