Fixed .serverlist not working

This commit is contained in:
Toastie 2024-08-14 18:53:35 +12:00
parent 79bc4e75ca
commit 3e9d3d9655
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
3 changed files with 5 additions and 5 deletions

View file

@ -565,8 +565,8 @@ public partial class Utility : EllieModule
return;
var allGuilds = _client.Guilds
.OrderBy(g => g.Name)
.ToList();
.OrderBy(g => g.Name)
.ToList();
await Response()
.Paginated()

View file

@ -768,7 +768,7 @@ typedel:
typelist:
- typelist
serverlist:
- listservers
- serverlist
cleverbot:
- cleverbot
- chatbot

View file

@ -78,7 +78,7 @@ bye:
- {}
byemsg:
desc: |-
Sets a new leave announcement message which will be shown in the current channel.
Sets a new leave announcement message which will be shown in the current channel.
Using this command with no message will show the current bye message.
Supports [placeholders](https://docs.elliebot.net/ellie/features/placeholders/) and [embeds](https://eb.elliebot.net/)
ex:
@ -3079,7 +3079,7 @@ banmessage:
- '{{ "description": "%ban.user% you have been banned from %server.name% by %ban.mod%" }}'
params:
- message:
desc: "The custom message to be displayed when a user is banned from the server."
desc: "The custom message to be displayed when a user is banned."
banmessagetest:
desc: If ban message is not disabled, bot will send you the message as if you were banned by yourself. Used for testing the ban message.
ex: