From a51df649e288ee567b65df5fadddd4067dbf5fee Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Sun, 21 Jul 2024 15:38:47 +1200
Subject: [PATCH] Updated some bet descriptions to include 'all' 'half' usage
 instructions

---
 .../data/strings/commands/commands.en-US.yml  | 23 ++++++++++++++-----
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/src/EllieBot/data/strings/commands/commands.en-US.yml b/src/EllieBot/data/strings/commands/commands.en-US.yml
index 7ad0299..99db777 100644
--- a/src/EllieBot/data/strings/commands/commands.en-US.yml
+++ b/src/EllieBot/data/strings/commands/commands.en-US.yml
@@ -843,7 +843,12 @@ setservericon:
     - img:
         desc: "The URL of the image file to be displayed as the bot's banner."
 send:
-  desc: 'Sends a message to a channel or user. Channel or user can be '
+  desc: |-
+    Sends a message to a channel or user.
+    You can write "channel" (literally word 'channel') first followed by the channel id or channel mention, or
+    You can write "user" (literally word 'user') first followed by the user id or user mention.
+    After either one of those, specify the message to be sent.
+    This command can only be used by the Bot Owner.
   ex:
     - channel 123123123132312 Stop spamming commands plz
     - user 1231231232132 I can see in the console what you're doing.
@@ -1365,6 +1370,7 @@ betflip:
     The result can be heads or tails.
     Guessing correctly rewards you with 1.95x of the currency you've bet (rounded up).
     Multiplier can be changed by the bot owner.
+    You can type 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
   ex:
     - 5 heads
     - 3 t
@@ -1630,7 +1636,7 @@ rps:
   desc: |-
     Play a game of Rocket-Paperclip-Scissors with Ellie.
     You can bet on it. Multiplier is the same as on betflip.
-    You can type 'all', 'half' or 'X%' to bet that part of your current balance.
+    You can type 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
   ex:
     - r 100
     - scissors
@@ -2755,7 +2761,7 @@ waifutransfer:
       newOwner:
         desc: "The user to whom ownership of the waifu is being transferred."
 waifugift:
-  desc: -| 
+  desc: |-
     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.
@@ -3765,7 +3771,11 @@ expredit:
       message:
         desc: "The text that will replace the original response in the expression's output."
 say:
-  desc: Bot will send the message you typed in the specified channel. If you omit the channel name, it will send the message in the current channel. Supports embeds.
+  desc: |-
+    Make the bot say something, or in other words, make the bot send the message.
+    You can optionally specify the channel where the bot will send the message.
+    If you omit the channel name, it will send the message in the current channel.
+    Supports embeds.
   ex:
     - hi
     - '#chat hi'
@@ -4269,7 +4279,7 @@ bankbalance:
     Bot Owner can also check another user's bank balance.
   ex:
     - ''
-    - '@User' 
+    - '@User'
   params:
     - {}
 banktake:
@@ -4334,6 +4344,7 @@ betdraw:
     You can specify `r` or `b` for red or black, and `h` or `l` for high or low.
     You can specify only h/l or only r/b or both.
     Returns are high but **7 always loses**.
+    You can type 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
   ex:
     - 50 r
     - 200 b l
@@ -4579,4 +4590,4 @@ afk:
     - ''
   params:
     - msg:
-        desc: "The message to send when someone pings you."
+        desc: "The message to send when someone pings you."
\ No newline at end of file