diff options
Diffstat (limited to 'src/framework/standard/create_command.rs')
| -rw-r--r-- | src/framework/standard/create_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/standard/create_command.rs b/src/framework/standard/create_command.rs index 9c5e81c..a769d4c 100644 --- a/src/framework/standard/create_command.rs +++ b/src/framework/standard/create_command.rs @@ -60,7 +60,7 @@ impl CreateCommand { /// Adds a "check" to a command, which checks whether or not the command's /// function should be called. /// - /// These checks are bypassed for commands sent by the application owner. + /// **Note**: These checks are bypassed for commands sent by the application owner. /// /// # Examples /// |