diff options
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/standard/help_commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/standard/help_commands.rs b/src/framework/standard/help_commands.rs index d951222..fd74ace 100644 --- a/src/framework/standard/help_commands.rs +++ b/src/framework/standard/help_commands.rs @@ -497,7 +497,7 @@ pub fn plain<H: BuildHasher>( } let _ = msg.channel_id - .say(&help_options.suggestion_text.replace("{}", name)); + .say(&help_options.command_not_found_text.replace("{}", name)); return Ok(()); } |