🐛
This commit is contained in:
@ -23,7 +23,7 @@ class Options():
|
|||||||
data = f.read().splitlines()
|
data = f.read().splitlines()
|
||||||
|
|
||||||
self.prefix = data[0][7:].replace(" ","")
|
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):
|
class Gwendolyn(commands.Bot):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Reference in New Issue
Block a user