From c3340a16ba55876e58d6c6dd8a9267e336036f9b Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 15 Jul 2024 15:40:34 +1200 Subject: [PATCH] Updated data files --- src/EllieBot/data/aliases.yml | 8 ++++- .../data/strings/commands/commands.en-US.yml | 35 +++++++++++++++---- .../strings/responses/responses.en-US.json | 2 ++ 3 files changed, 38 insertions(+), 7 deletions(-) diff --git a/src/EllieBot/data/aliases.yml b/src/EllieBot/data/aliases.yml index 064dfb2..9140342 100644 --- a/src/EllieBot/data/aliases.yml +++ b/src/EllieBot/data/aliases.yml @@ -30,6 +30,8 @@ greettest: - greettest greetdmtest: - greetdmtest +boosttest: + - boosttest byetest: - byetest boost: @@ -1404,4 +1406,8 @@ cleanupguilddata: prompt: - prompt honeypot: - - honeypot \ No newline at end of file + - honeypot +coins: + - coins + - crypto + - cryptos \ No newline at end of file diff --git a/src/EllieBot/data/strings/commands/commands.en-US.yml b/src/EllieBot/data/strings/commands/commands.en-US.yml index a444726..d137d44 100644 --- a/src/EllieBot/data/strings/commands/commands.en-US.yml +++ b/src/EllieBot/data/strings/commands/commands.en-US.yml @@ -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: - - {} \ No newline at end of file + - {} +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." diff --git a/src/EllieBot/data/strings/responses/responses.en-US.json b/src/EllieBot/data/strings/responses/responses.en-US.json index 7e45dd8..4c0893e 100644 --- a/src/EllieBot/data/strings/responses/responses.en-US.json +++ b/src/EllieBot/data/strings/responses/responses.en-US.json @@ -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.",