Skip to content

Commit 213e8be

Browse files
authored
Merge pull request #72 from rust-lang/can-edit-info
You can edit messages message
2 parents c71d2ca + 36526b2 commit 213e8be

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)