Skip to content

Commit 36526b2

Browse files
committed
Add message informing users they can edit their messages to the bot
1 parent c71d2ca commit 36526b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ fn main_menu(args: &Args, commands: &IndexMap<&str, (&str, GuardFn)>) -> String
216216

217217
menu += &format!("\t{help:<12}This menu\n", help = "?help");
218218
menu += "\nType ?help command for more info on a command.";
219+
menu += "\n\nAdditional Info:\n";
220+
menu += "\tYou can edit your message to the bot and the bot will edit its response.";
219221
menu
220222
}
221223

0 commit comments

Comments
 (0)