Updated data files

This commit is contained in:
Toastie 2024-07-15 15:40:34 +12:00
parent 06802f42a3
commit c3340a16ba
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
3 changed files with 38 additions and 7 deletions

View file

@ -30,6 +30,8 @@ greettest:
- greettest
greetdmtest:
- greetdmtest
boosttest:
- boosttest
byetest:
- byetest
boost:
@ -1404,4 +1406,8 @@ cleanupguilddata:
prompt:
- prompt
honeypot:
- honeypot
- honeypot
coins:
- coins
- crypto
- cryptos

View file

@ -112,6 +112,14 @@ greettest:
params:
- user:
desc: "The user to impersonate when sending the greeting, defaulting to yourself if not specified."
boosttest:
desc: Sends the boost message in the current channel as if you just boosted the server. You can optionally specify a different user.
ex:
- ''
- '@SomeoneElse'
params:
- user:
desc: "The user to impersonate when sending the boost message, defaulting to yourself if not specified."
greetdmtest:
desc: Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user.
ex:
@ -2748,8 +2756,10 @@ waifutransfer:
desc: "The user to whom ownership of the waifu is being transferred."
waifugift:
desc: -|
Gift an item to someone.
This will increase their waifu value by a percentage of the gift's value.
Gift an item to a waifu user.
The waifu's value will be increased by the percentage of the gift's value.
You can optionally prefix the gift with a multiplier to gift the item that many times.
For example, 3xRose will give the waifu 3 roses, 10xBread will give the waifu 10 breads. Do not use plural forms.
Negative gifts will not show up in waifuinfo.
Provide no parameters to see a list of items that you can gift.
ex:
@ -2757,9 +2767,9 @@ waifugift:
- Rose @Himesama
params:
- page:
desc: "The number of pages to display when listing available gifting options."
- itemName:
desc: "The name of an item to be gifted, which is used to determine the percentage increase in waifu value."
desc: "The number of the page to display."
- items:
desc: "The name of an item to be gifted. With an optional multiplier prefix."
waifu:
desc: "The user who is receiving the gift."
waifulb:
@ -4256,8 +4266,10 @@ bankbalance:
Shows how much currency is in your bank account.
This differs from your cash amount, as the cash amount is publicly available, but only you have access to your bank balance.
However, you have to withdraw it first in order to use it.
Bot Owner can also check another user's bank balance.
ex:
- ''
- '@User'
params:
- {}
banktake:
@ -4545,4 +4557,15 @@ honeypot:
ex:
- ''
params:
- {}
- {}
coins:
desc: |-
Shows a list of 10 crypto currencies ordered by market cap.
Shows their price, change in the last24h, market cap and circulating and total supply.
Paginated with 10 per page.
ex:
- ''
- '2'
params:
- page:
desc: "Page number to show. Starts at 1."

View file

@ -889,6 +889,7 @@
"club_kick_hierarchy": "Only club owner can kick club admins. Owner can't be kicked.",
"club_renamed": "Club has been renamed to {0}",
"club_name_taken": "A club with that name already exists.",
"rank": "Rank",
"template_reloaded": "Xp template has been reloaded.",
"expr_edited": "Expression Edited",
"self_assign_are_exclusive": "You can only choose 1 role from each group.",
@ -1039,6 +1040,7 @@
"marmalade_already_loaded": "Marmalade {0} is already loaded",
"marmalade_invalid_not_found": "Marmalade with that name wasn't found or the file was invalid",
"bank_balance": "You have {0} in your bank account.",
"bank_balance_other": "User {0} has {1} in the bank.",
"bank_deposited": "You deposited {0} to your bank account.",
"bank_withdrew": "You withdrew {0} from your bank account.",
"bank_withdraw_insuff": "You don't have sufficient {0} in your bank account.",