Araeynn commited on
Commit
4154394
·
verified ·
1 Parent(s): 4b4fff4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: