Araeynn commited on
Commit
e71c827
1 Parent(s): bb92734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ async def on_message(message):
227
 
228
  except Exception as exc:
229
  print(exc)
230
- c = await client.get_channel(1202160048126840882)
231
  embed = discord.Embed(title="ERROR",
232
  description=exc,
233
  color=0xFF3348)
 
227
 
228
  except Exception as exc:
229
  print(exc)
230
+ c = client.get_channel(1202160048126840882)
231
  embed = discord.Embed(title="ERROR",
232
  description=exc,
233
  color=0xFF3348)