Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Update OneShotCommands.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzle-mizzle committed Jul 5, 2023
1 parent f1dd469 commit fe2dc98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Handlers/Commands/OneShotCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public async Task ShowHelp(int page = 1)
}

[Command("servers-list")]
[Alias("sl")]
public async Task Servers(int page = 1)
{
if (Context.Message.Author.Id != BotConfig.HosterDiscordId) return;
Expand Down Expand Up @@ -160,7 +161,7 @@ public async Task AllAlert([Remainder] string text)
}
}

[Command("##exit")]
[Command("exit")]
public async Task ExitApp()
{
if (!ValidatePublic(Context) || !ValidateUserAccess(Context))
Expand Down

0 comments on commit fe2dc98

Please sign in to comment.