diff options
Diffstat (limited to 'src/ext')
| -rw-r--r-- | src/ext/framework/help_commands.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/framework/help_commands.rs b/src/ext/framework/help_commands.rs index 385afe4..6ad9735 100644 --- a/src/ext/framework/help_commands.rs +++ b/src/ext/framework/help_commands.rs @@ -190,6 +190,8 @@ pub fn plain(ctx: &Context, }); result.push_str("\n"); + let _ = ctx.say(&result); + return Ok(()); } } |