mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
add: added addrolereward and removerolereward events for .notify
add: added .notify with no params showing events with descriptions add: .winlb docs: updated docs dev: updated discord.net, redid migrations
This commit is contained in:
@@ -2170,6 +2170,13 @@ avatar:
|
||||
params:
|
||||
- usr:
|
||||
desc: "The user whose avatar is being displayed."
|
||||
banner:
|
||||
desc: Shows a mentioned person's banner.
|
||||
ex:
|
||||
- '@Someone'
|
||||
params:
|
||||
- usr:
|
||||
desc: "The user whose banner is being displayed."
|
||||
translate:
|
||||
desc: Translates text from the given language to the destination language.
|
||||
ex:
|
||||
@@ -4857,10 +4864,38 @@ minesweeper:
|
||||
notify:
|
||||
desc: |-
|
||||
Sends a message to the current channel once the specified event occurs.
|
||||
Provide no parameters to see all available events.
|
||||
ex:
|
||||
- 'levelup Congratulations to user %user.name% for reaching level %event.level%'
|
||||
params:
|
||||
- { }
|
||||
- event:
|
||||
desc: "The event to notify on."
|
||||
- message:
|
||||
desc: "The message to send."
|
||||
- event:
|
||||
desc: "The event to notify on."
|
||||
message:
|
||||
desc: "The message to send."
|
||||
notifylist:
|
||||
desc: |-
|
||||
Lists all active notifications in this server.
|
||||
ex:
|
||||
- ''
|
||||
params:
|
||||
- { }
|
||||
notifyclear:
|
||||
desc: |-
|
||||
Removes the specified notify event.
|
||||
ex:
|
||||
- 'levelup'
|
||||
params:
|
||||
- event:
|
||||
desc: "The notify event to clear."
|
||||
winlb:
|
||||
desc: |-
|
||||
Shows the biggest wins leaderboard
|
||||
ex:
|
||||
- ''
|
||||
- '5'
|
||||
params:
|
||||
- page:
|
||||
desc: "The optional page to display."
|
Reference in New Issue
Block a user