aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/help.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help.rs b/src/plugins/help.rs
index 1b50ca0..d54008a 100644
--- a/src/plugins/help.rs
+++ b/src/plugins/help.rs
@@ -36,7 +36,7 @@ impl<C: FrippyClient> Plugin for Help<C> {
client
.send_notice(
&command.source,
- "Available commands: help, tell, factoids, remind, quote\r\n\
+ "Available commands: help, tell, factoids, remind, quote, unicode\r\n\
For more detailed help call help on the specific command.\r\n\
Example: 'remind help'",
)