.btr and .sclr added, cleanup

This commit is contained in:
Kwoth
2024-11-20 17:14:48 +00:00
parent 3178074828
commit 796086538a
119 changed files with 9154 additions and 646 deletions

View File

@@ -366,7 +366,7 @@ sargroupname:
- 2
params:
- group:
desc: "The group number"
desc: "The group number"
name:
desc: "The name to assign."
sargroupdelete:
@@ -4484,6 +4484,13 @@ todocomplete:
params:
- todoId:
desc: "The id of the todo item being marked as completed."
todouncomplete:
desc: Marks a todo with the specified ID as not done.
ex:
- 4a
params:
- todoId:
desc: "The id of the todo item being marked as not completed."
tododelete:
desc: Deletes a todo with the specified ID.
ex:
@@ -4718,4 +4725,86 @@ snipe:
ex:
- ''
params:
- { }
- { }
btnroleadd:
desc: |-
Adds a button role to the specified message (link or id).
Specify a message followed by an emote, followed by a role.
If the role already exists on that message, the button will be updated instead.
Users clicking on the button will receive the role.
ex:
- '<msglink> :thumbsup: Good Guy'
params:
- message:
desc: "A message link or id of the message (if id is specified, it has to be a message in this channel)"
- emote:
desc: "An emoji, custom or unicode"
- role:
desc: "The role to add once a user clicks the button"
btnroleremove:
desc: |-
Removes a button role from the message specified by link or id.
Provide a message followed by a role you wish to remove.
ex:
- '<msglink> Good Guy'
params:
- message:
desc: "A message link or id of the message"
- role:
desc: "A role to remove"
btnroleremoveall:
desc: |-
Removes all button roles from the message specified by link or id.
ex:
- '<msglink>'
- '123123123123'
params:
- message:
desc: "A message link or id of the message"
btnrolelist:
desc: |-
Lists all button roles on this server.
One message per page.
ex:
- ''
params:
- { }
wrongsong:
desc: |-
Removes the last queued song.
If the queue was shuffled or fairly re-ordered the song will not be removed.
ex:
- ''
params:
- { }
servercolorsshow:
desc: |-
Shows current Ok, Error and Pending colors for this server.
ex:
- ''
params:
- { }
servercolorok:
desc: |-
Sets the Ok color for this server.
ex:
- '#00ff00'
params:
- color:
desc: "The hex of the color to set"
servercolorerror:
desc: |-
Sets the Error color for this server.
ex:
- '#ff0000'
params:
- color:
desc: "The hex of the color to set"
servercolorpending:
desc: |-
Sets the Pending/Warning color for this server.
ex:
- '#ffff00'
params:
- color:
desc: "The hex of the color to set"