mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
.btr and .sclr added, cleanup
This commit is contained in:
@@ -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"
|
@@ -1121,5 +1121,16 @@
|
||||
"sar_group_not_found": "Group with that number doesn't exist.",
|
||||
"sar_group_deleted": "Group {0} deleted.",
|
||||
"choose_one": "Choose one" ,
|
||||
"requires_role": "Requires role: {0}"
|
||||
"requires_role": "Requires role: {0}",
|
||||
"invalid_message_id": "Invalid Message Id.",
|
||||
"invalid_message_link": "The message link must be from this server.",
|
||||
"btnrole_message_max": "Limit reached. You may have up to 25 button roles per message.",
|
||||
"btnrole_not_found": "No button role found on that message.",
|
||||
"btnrole_none": "There are no button roles on this page.",
|
||||
"btnrole_removeall_not_found": "Button role successfully removed but message wasn't found.",
|
||||
"btnrole_removed": "Button role removed.",
|
||||
"no_last_queued_found": "No last queued track found.",
|
||||
"wrongsong_success": "Oops! Wrong song removed: {0}",
|
||||
"server_not_found": "Server not found.",
|
||||
"server_color_set": "Successfully set a new server color.",
|
||||
}
|
||||
|
Reference in New Issue
Block a user