From 66cc9f238b74f9f615d09f45e4701aff54bd6a95 Mon Sep 17 00:00:00 2001
From: Thorsten <mail@aero2k.de>
Date: Sat, 29 Feb 2020 12:01:18 +0100
Subject: [PATCH] syntax, python version

---
 distbot/plugins/fun.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):
-- 
2.39.5