From 52dd5548161f038100b99362487a2d109ea5d2ac Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Thu, 13 Aug 2020 16:42:29 +0200 Subject: [PATCH] :bug: --- Gwendolyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gwendolyn.py b/Gwendolyn.py index a82f394..ebe5014 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -23,7 +23,7 @@ class Options(): data = f.read().splitlines() self.prefix = data[0][7:].replace(" ","") - self.testing = bool(data[1][8:].replace(" ","")) + self.testing = (data[1][8:].replace(" ","").lower() == "true") class Gwendolyn(commands.Bot): def __init__(self):