added .rolecolor command
updated changelog
This commit is contained in:
parent
55e3a80405
commit
16025b74e3
9 changed files with 182 additions and 31 deletions
src/EllieBot/data
|
@ -1606,6 +1606,21 @@
|
|||
"Administrator Server Permission"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Aliases": [
|
||||
".roleicon"
|
||||
],
|
||||
"Description": "Changes the icon of a role.",
|
||||
"Usage": [
|
||||
".roleicon @Role :server_emoji_here:"
|
||||
],
|
||||
"Submodule": "RoleCommands",
|
||||
"Module": "Administration",
|
||||
"Options": null,
|
||||
"Requirements": [
|
||||
"ManageRoles Server Permission"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Aliases": [
|
||||
".iam"
|
||||
|
@ -7384,6 +7399,37 @@
|
|||
"ManageChannels Channel Permission"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Aliases": [
|
||||
".linkfix",
|
||||
".lfix"
|
||||
],
|
||||
"Description": "Configures automatic link fixing from one site to another.\nWhen a user posts a link containing the old domain, the bot will automatically fix it to use the new domain.\nProvide no second domain to disable link fixing.",
|
||||
"Usage": [
|
||||
".linkfix twitter.com vxtwitter.com",
|
||||
".linkfix x.com"
|
||||
],
|
||||
"Submodule": "LinkFixerCommands",
|
||||
"Module": "Utility",
|
||||
"Options": null,
|
||||
"Requirements": [
|
||||
"ManageMessages Server Permission"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Aliases": [
|
||||
".linkfixlist",
|
||||
".lfixlist"
|
||||
],
|
||||
"Description": "Lists all configured link fixes for the server.",
|
||||
"Usage": [
|
||||
".linkfixlist"
|
||||
],
|
||||
"Submodule": "LinkFixerCommands",
|
||||
"Module": "Utility",
|
||||
"Options": null,
|
||||
"Requirements": []
|
||||
},
|
||||
{
|
||||
"Aliases": [
|
||||
".livechadd",
|
||||
|
@ -8218,7 +8264,7 @@
|
|||
],
|
||||
"Description": "Changes the icon of your assigned role.",
|
||||
"Usage": [
|
||||
".userroleicon @Role :thumbsup:"
|
||||
".userroleicon @Role :server_emoji_here:"
|
||||
],
|
||||
"Submodule": "UserRoleCommands",
|
||||
"Module": "Utility",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue