diff options
| author | Lakelezz <[email protected]> | 2018-02-15 13:44:10 +0100 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-05-27 13:42:04 -0700 |
| commit | a68f198454bbcc6489d7e47549a075478b6963b5 (patch) | |
| tree | 79c3fcea014e0bdf502112e76d311d2c6fd801f4 /src/framework | |
| parent | do not show the strikethrough-tip If no HelpBehaviour is `Strike` (#321) (diff) | |
| download | serenity-a68f198454bbcc6489d7e47549a075478b6963b5.tar.xz serenity-a68f198454bbcc6489d7e47549a075478b6963b5.zip | |
Add `unrecognised_command` (#276)
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/standard/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/standard/mod.rs b/src/framework/standard/mod.rs index 321abc6..1f13439 100644 --- a/src/framework/standard/mod.rs +++ b/src/framework/standard/mod.rs @@ -926,7 +926,7 @@ impl StandardFramework { /// /// Using `unrecognised_command`: /// - /// ```rust,no_run + /// ```rust /// # use serenity::prelude::*; /// # struct Handler; /// # |