diff options
Diffstat (limited to 'src/commands/optional/teawiespam.rs')
| -rw-r--r-- | src/commands/optional/teawiespam.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/optional/teawiespam.rs b/src/commands/optional/teawiespam.rs index fd635ff..2111308 100644 --- a/src/commands/optional/teawiespam.rs +++ b/src/commands/optional/teawiespam.rs @@ -11,6 +11,7 @@ pub async fn teawiespam(ctx: Context<'_>) -> Result<()> { if !settings.optional_commands_enabled { debug!("Not running teawiespam in {gid} since it's disabled"); + ctx.say("I'm not allowed to do that here").await?; return Ok(()); } |
