added .rolecolor command

updated changelog
This commit is contained in:
Toastie 2025-03-23 15:48:45 +13:00
parent 55e3a80405
commit 16025b74e3
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
9 changed files with 182 additions and 31 deletions
src/EllieBot/data

View file

@ -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",