diff options
Diffstat (limited to 'src/plugins/tell/mod.rs')
| -rw-r--r-- | src/plugins/tell/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/tell/mod.rs b/src/plugins/tell/mod.rs index 76a6b0c..42032be 100644 --- a/src/plugins/tell/mod.rs +++ b/src/plugins/tell/mod.rs @@ -172,8 +172,8 @@ impl<T: Database> Tell<T> { } fn help(&self) -> &str { - "usage: {} tell user message\r\n\ - example: {0} tell Foobar Hello!" + "usage: tell user message\r\n\ + example: tell Foobar Hello!" } } |
