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 - greettest
greetdmtest: greetdmtest:
- greetdmtest - greetdmtest
boosttest:
- boosttest
byetest: byetest:
- byetest - byetest
boost: boost:
@ -1404,4 +1406,8 @@ cleanupguilddata:
prompt: prompt:
- prompt - prompt
honeypot: honeypot:
- honeypot - honeypot
coins:
- coins
- crypto
- cryptos

View file

@ -112,6 +112,14 @@ greettest:
params: params:
- user: - user:
desc: "The user to impersonate when sending the greeting, defaulting to yourself if not specified." 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: greetdmtest:
desc: Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user. desc: Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user.
ex: ex:
@ -2748,8 +2756,10 @@ waifutransfer:
desc: "The user to whom ownership of the waifu is being transferred." desc: "The user to whom ownership of the waifu is being transferred."
waifugift: waifugift:
desc: -| desc: -|
Gift an item to someone. Gift an item to a waifu user.
This will increase their waifu value by a percentage of the gift's value. 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. Negative gifts will not show up in waifuinfo.
Provide no parameters to see a list of items that you can gift. Provide no parameters to see a list of items that you can gift.
ex: ex:
@ -2757,9 +2767,9 @@ waifugift:
- Rose @Himesama - Rose @Himesama
params: params:
- page: - page:
desc: "The number of pages to display when listing available gifting options." desc: "The number of the page to display."
- itemName: - items:
desc: "The name of an item to be gifted, which is used to determine the percentage increase in waifu value." desc: "The name of an item to be gifted. With an optional multiplier prefix."
waifu: waifu:
desc: "The user who is receiving the gift." desc: "The user who is receiving the gift."
waifulb: waifulb:
@ -4256,8 +4266,10 @@ bankbalance:
Shows how much currency is in your bank account. 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. 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. However, you have to withdraw it first in order to use it.
Bot Owner can also check another user's bank balance.
ex: ex:
- '' - ''
- '@User'
params: params:
- {} - {}
banktake: banktake:
@ -4545,4 +4557,15 @@ honeypot:
ex: ex:
- '' - ''
params: 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_kick_hierarchy": "Only club owner can kick club admins. Owner can't be kicked.",
"club_renamed": "Club has been renamed to {0}", "club_renamed": "Club has been renamed to {0}",
"club_name_taken": "A club with that name already exists.", "club_name_taken": "A club with that name already exists.",
"rank": "Rank",
"template_reloaded": "Xp template has been reloaded.", "template_reloaded": "Xp template has been reloaded.",
"expr_edited": "Expression Edited", "expr_edited": "Expression Edited",
"self_assign_are_exclusive": "You can only choose 1 role from each group.", "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_already_loaded": "Marmalade {0} is already loaded",
"marmalade_invalid_not_found": "Marmalade with that name wasn't found or the file was invalid", "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": "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_deposited": "You deposited {0} to your bank account.",
"bank_withdrew": "You withdrew {0} from 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.", "bank_withdraw_insuff": "You don't have sufficient {0} in your bank account.",