From: Thorsten Date: Sat, 29 Feb 2020 11:01:18 +0000 (+0100) Subject: syntax, python version X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=66cc9f238b74f9f615d09f45e4701aff54bd6a95;p=urlbot-v3.git syntax, python version --- diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index 9d8a795..34e9d5d 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -65,7 +65,7 @@ class Slap(Worker): subject = " ".join(w[1:]) else: subject = sender - return Action(msg=f'/me {verb} {subject}') + return Action(msg='/me {} {}'.format(verb, subject)) class Consumables(Worker):