aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/help_commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/standard/help_commands.rs')
-rw-r--r--src/framework/standard/help_commands.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/framework/standard/help_commands.rs b/src/framework/standard/help_commands.rs
index 9979423..6a1ce82 100644
--- a/src/framework/standard/help_commands.rs
+++ b/src/framework/standard/help_commands.rs
@@ -82,7 +82,7 @@ pub fn has_all_requirements(cmd: &Arc<CommandOptions>, msg: &Message) -> bool {
///
/// Use the command with `exec_help`:
///
-/// ```rust
+/// ```rust,no_run
/// # use serenity::prelude::*;
/// # struct Handler;
/// #
@@ -326,7 +326,7 @@ pub fn with_embeds<H: BuildHasher>(
///
/// Use the command with `exec_help`:
///
-/// ```rust
+/// ```rust,no_run
/// # use serenity::prelude::*;
/// # struct Handler;
/// #