aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
authorLakelezz <[email protected]>2018-02-15 13:44:10 +0100
committerZeyla Hellyer <[email protected]>2018-05-27 13:42:04 -0700
commita68f198454bbcc6489d7e47549a075478b6963b5 (patch)
tree79c3fcea014e0bdf502112e76d311d2c6fd801f4 /src/framework
parentdo not show the strikethrough-tip If no HelpBehaviour is `Strike` (#321) (diff)
downloadserenity-a68f198454bbcc6489d7e47549a075478b6963b5.tar.xz
serenity-a68f198454bbcc6489d7e47549a075478b6963b5.zip
Add `unrecognised_command` (#276)
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/standard/mod.rs2
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;
/// #