Fixed .serverlist not working
This commit is contained in:
parent
79bc4e75ca
commit
3e9d3d9655
3 changed files with 5 additions and 5 deletions
|
@ -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()
|
||||
|
|
|
@ -768,7 +768,7 @@ typedel:
|
|||
typelist:
|
||||
- typelist
|
||||
serverlist:
|
||||
- listservers
|
||||
- serverlist
|
||||
cleverbot:
|
||||
- cleverbot
|
||||
- chatbot
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue