aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/meme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/meme.rs b/src/commands/meme.rs
index f235913..d7b082b 100644
--- a/src/commands/meme.rs
+++ b/src/commands/meme.rs
@@ -51,7 +51,7 @@ fn update_meme(meme: &Meme) -> Result<()> {
#[inline]
pub fn meme(ctx: &mut Context, msg: &Message, args: Args) -> Result<()> {
- _meme(ctx, msg, args, true)
+ _meme(ctx, msg, args, false)
}
#[inline]