From 78ce1a1fd5a98a040d8ebdb3932b17faaff63a53 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Thu, 13 Apr 2017 15:56:44 +0100 Subject: [PATCH] Hiss less. --- plugin/greetings/greetings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/greetings/greetings.py b/plugin/greetings/greetings.py index a64a50f..3c2cffc 100644 --- a/plugin/greetings/greetings.py +++ b/plugin/greetings/greetings.py @@ -64,7 +64,7 @@ class Greetings(DBConnection): if not bot.shared_with(after, channel): log.debug("{}#{} isn't in channel {} on server {}".format(after.name, after.discriminator, channel.name, server.name)) continue - await bot.maybe_say(channel, 'hiss! {}'.format(after.mention)) + await bot.maybe_say(channel, 'hiss! {}'.format(after.mention), probability = 0.1) return except: log.exception('on_member_update') -- 2.7.4