summaryrefslogtreecommitdiff
path: root/src/commands/optional/copypasta.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/optional/copypasta.rs')
-rw-r--r--src/commands/optional/copypasta.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/optional/copypasta.rs b/src/commands/optional/copypasta.rs
index 6ed4f95..82ce78f 100644
--- a/src/commands/optional/copypasta.rs
+++ b/src/commands/optional/copypasta.rs
@@ -71,6 +71,7 @@ pub async fn copypasta(
if !settings.optional_commands_enabled {
debug!("Exited copypasta command in {gid} since it's disabled");
+ ctx.say("I'm not allowed to do that here").await?;
return Ok(());
}