I forgot some things in the last commit.

This commit is contained in:
Toastie (DCS Team) 2024-08-23 19:37:15 +12:00
parent f6d1cf076c
commit e324d49cbc
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -817,7 +817,7 @@ setactivity:
desc: Sets the bots game status to a Custom, Playing, Listening, or Watching status. desc: Sets the bots game status to a Custom, Playing, Listening, or Watching status.
ex: ex:
- Just chilling - Just chilling
- Playing with canaries. - Playing with snakes
- Listening music - Listening music
params: params:
- type: - type:
@ -827,14 +827,14 @@ setactivity:
setserverbanner: setserverbanner:
desc: Sets a new banner image for the current server. Parameter is a direct link to an image. desc: Sets a new banner image for the current server. Parameter is a direct link to an image.
ex: ex:
- https://cdn.elliebot.net/Ellie.png - https://i.imgur.com/xTG3a1I.jpg
params: params:
- img: - img:
desc: "The URL of the image file to be displayed as the bot's banner." desc: "The URL of the image file to be displayed as the bot's banner."
setservericon: setservericon:
desc: Sets a new icon image for the current server. Parameter is a direct link to an image. desc: Sets a new icon image for the current server. Parameter is a direct link to an image.
ex: ex:
- https://cdn.elliebot.net/Ellie.png - https://i.imgur.com/xTG3a1I.jpg
params: params:
- img: - img:
desc: "The URL of the image file to be displayed as the bot's banner." desc: "The URL of the image file to be displayed as the bot's banner."
@ -863,7 +863,7 @@ savechat:
- cnt: - cnt:
desc: "The number of messages to be saved." desc: "The number of messages to be saved."
remind: remind:
desc: |- desc: |-
Sets a reminder which will be sent to you or to the targeted channel after certain amount of time (max 2 months). Sets a reminder which will be sent to you or to the targeted channel after certain amount of time (max 2 months).
First parameter is `me` / `here` / 'channelname' First parameter is `me` / `here` / 'channelname'
Second parameter is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m. Second parameter is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m.
@ -1523,7 +1523,7 @@ betroll:
- amount: - amount:
desc: "The amount to be wagered on the roll of the dice." desc: "The amount to be wagered on the roll of the dice."
luckyladder: luckyladder:
desc: desc:
Bets the specified amount of currency on the lucky ladder. Bets the specified amount of currency on the lucky ladder.
You can stop on one of many different multipliers. You can stop on one of many different multipliers.
The won amount is rounded down to the nearest whole number. The won amount is rounded down to the nearest whole number.
@ -1534,7 +1534,7 @@ luckyladder:
- amount: - amount:
desc: "The total value of the bet being placed." desc: "The total value of the bet being placed."
leaderboard: leaderboard:
desc: |- desc: |-
Displays the bot's currency leaderboard, or in other words, the richest users. Displays the bot's currency leaderboard, or in other words, the richest users.
Specifying -c flag will show only users who are in this server. Specifying -c flag will show only users who are in this server.
Paginated with 10 users per page. Paginated with 10 users per page.
@ -1549,7 +1549,7 @@ leaderboard:
params: params:
desc: "Optional -c flag." desc: "Optional -c flag."
trivia: trivia:
desc: |- desc: |-
Starts a game of trivia. Starts a game of trivia.
First player to get to 10 points wins by default. First player to get to 10 points wins by default.
30 seconds per question. 30 seconds per question.
@ -2172,7 +2172,7 @@ quotesdeleteall:
- kek - kek
params: params:
- keyword: - keyword:
desc: "The keyword/trigger of the quotes to the deleted." desc: "The keyword/trigger of the quotes to be deleted."
greetdmmsg: greetdmmsg:
desc: Sets a new join announcement message which will be sent to the user who joined. Type `%user.mention%` if you want to mention the new member. Using it with no message will show the current DM greet message. You can use embed json from <https://eb.elliebot.net> instead of a regular text, if you want the message to be embedded. desc: Sets a new join announcement message which will be sent to the user who joined. Type `%user.mention%` if you want to mention the new member. Using it with no message will show the current DM greet message. You can use embed json from <https://eb.elliebot.net> instead of a regular text, if you want the message to be embedded.
ex: ex:
@ -2340,14 +2340,14 @@ antiraid:
Available punishments: Ban, Kick, Softban, Mute, VoiceMute, ChatMute, RemoveRoles, AddRole, Warn, TimeOut Available punishments: Ban, Kick, Softban, Mute, VoiceMute, ChatMute, RemoveRoles, AddRole, Warn, TimeOut
You can specify an additional time argument to do a timed punishment for actions which support it (Ban, Mute, etc) up to 24h. You can specify an additional time argument to do a timed punishment for actions which support it (Ban, Mute, etc) up to 24h.
Provide no parameters to disable. Provide no parameters to disable.
ex: ex:
- 5 20 Kick - 5 20 Kick
- 7 9 Ban - 7 9 Ban
- 10 10 Ban 6h30m - 10 10 Ban 6h30m
- '' - ''
params: params:
- {} - { }
- userThreshold: - userThreshold:
desc: "The number of users that must join the server within a specified time interval to trigger the anti-raid protection." desc: "The number of users that must join the server within a specified time interval to trigger the anti-raid protection."
seconds: seconds:
@ -2513,7 +2513,7 @@ autotranslang:
params: params:
- { } - { }
- fromLang: - fromLang:
desc: desc:
toLang: toLang:
desc: "The destination language code, such as \"en\" for English or \"fr\" for French." desc: "The destination language code, such as \"en\" for English or \"fr\" for French."
autotranslate: autotranslate:
@ -2559,7 +2559,7 @@ serverlist:
- page: - page:
desc: "The number of pages to retrieve from the server list." desc: "The number of pages to retrieve from the server list."
cleverbot: cleverbot:
desc: |- desc: |-
Toggles cleverbot/chatgpt session. Toggles cleverbot/chatgpt session.
When enabled, the bot will reply to messages starting with bot mention in the server. When enabled, the bot will reply to messages starting with bot mention in the server.
Expressions starting with %bot.mention% won't work if cleverbot/chatgpt is enabled. Expressions starting with %bot.mention% won't work if cleverbot/chatgpt is enabled.
@ -2973,7 +2973,7 @@ quotesexport:
ex: ex:
- '' - ''
params: params:
- {} - { }
aliaslist: aliaslist:
desc: Shows the list of currently set aliases. Paginated. desc: Shows the list of currently set aliases. Paginated.
ex: ex:
@ -3169,7 +3169,7 @@ warndelete:
- 3 - 3
params: params:
- index: - index:
desc: "The index of the warning to be deleted." desc: "The index of the warning to be deleted."
warnpunishlist: warnpunishlist:
desc: Lists punishments for warnings. desc: Lists punishments for warnings.
ex: ex:
@ -4212,7 +4212,7 @@ marmaladesearch:
ex: ex:
- shrine - shrine
params: params:
- {} - { }
bankdeposit: bankdeposit:
desc: Deposits the specified amount of currency into the bank for later use. desc: Deposits the specified amount of currency into the bank for later use.
ex: ex:
@ -4465,7 +4465,7 @@ todoclear:
ex: ex:
- '' - ''
params: params:
- {} - { }
todoarchiveadd: todoarchiveadd:
desc: Creates a new archive with the specified name using current todos. desc: Creates a new archive with the specified name using current todos.
ex: ex:
@ -4502,7 +4502,7 @@ todoarchivedelete:
- todoId: - todoId:
desc: "The identifier for the archived todo item to be deleted." desc: "The identifier for the archived todo item to be deleted."
cleanupguilddata: cleanupguilddata:
desc: |- desc: |-
Deletes data for all servers bot is no longer a member of from the database. Deletes data for all servers bot is no longer a member of from the database.
This is a highly destructive and irreversible command. This is a highly destructive and irreversible command.
ex: ex: