diff options
| -rw-r--r-- | src/plugins/help.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help.rs b/src/plugins/help.rs index 9a67c99..5de2aca 100644 --- a/src/plugins/help.rs +++ b/src/plugins/help.rs @@ -36,9 +36,9 @@ impl<C: FrippyClient> Plugin for Help<C> { client .send_notice( &command.source, - "Available commands: help, currency, tell, factoids, remind\r\n\ + "Available commands: help, tell, factoids, remind\r\n\ For more detailed help call help on the specific command.\r\n\ - Example: 'currency help'", + Example: 'remind help'", ) .context(FrippyErrorKind::Connection)?; |
