Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ async def on_message(message):
|
|
218 |
with open(f"{guild_name}.guild", "a") as f:
|
219 |
f.write("")
|
220 |
if message.content.startswith("--setup"):
|
221 |
-
args = message.content.split(
|
222 |
del args[0]
|
223 |
if len(args) == 0:
|
224 |
with open(f"{guild_name}.guild", "a") as f:
|
|
|
218 |
with open(f"{guild_name}.guild", "a") as f:
|
219 |
f.write("")
|
220 |
if message.content.startswith("--setup"):
|
221 |
+
args = message.content.split()
|
222 |
del args[0]
|
223 |
if len(args) == 0:
|
224 |
with open(f"{guild_name}.guild", "a") as f:
|