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;
|
return;
|
||||||
|
|
||||||
var allGuilds = _client.Guilds
|
var allGuilds = _client.Guilds
|
||||||
.OrderBy(g => g.Name)
|
.OrderBy(g => g.Name)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
await Response()
|
await Response()
|
||||||
.Paginated()
|
.Paginated()
|
||||||
|
|
|
@ -768,7 +768,7 @@ typedel:
|
||||||
typelist:
|
typelist:
|
||||||
- typelist
|
- typelist
|
||||||
serverlist:
|
serverlist:
|
||||||
- listservers
|
- serverlist
|
||||||
cleverbot:
|
cleverbot:
|
||||||
- cleverbot
|
- cleverbot
|
||||||
- chatbot
|
- chatbot
|
||||||
|
|
|
@ -78,7 +78,7 @@ bye:
|
||||||
- {}
|
- {}
|
||||||
byemsg:
|
byemsg:
|
||||||
desc: |-
|
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.
|
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/)
|
Supports [placeholders](https://docs.elliebot.net/ellie/features/placeholders/) and [embeds](https://eb.elliebot.net/)
|
||||||
ex:
|
ex:
|
||||||
|
@ -3079,7 +3079,7 @@ banmessage:
|
||||||
- '{{ "description": "%ban.user% you have been banned from %server.name% by %ban.mod%" }}'
|
- '{{ "description": "%ban.user% you have been banned from %server.name% by %ban.mod%" }}'
|
||||||
params:
|
params:
|
||||||
- message:
|
- 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:
|
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.
|
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:
|
ex:
|
||||||
|
|
Loading…
Reference in a new issue