lunarflu HF Staff commited on
Commit
0c7af3c
Β·
1 Parent(s): b76c726

[safetychecks] added ctx

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ async def jojo(ctx):
75
  # ratelimits? ❌
76
  # safety checks?❌
77
  # bot no crash ❌
78
-
79
- if await safetychecks:
80
  try:
81
  await ctx.message.add_reaction('πŸ€–')
82
  thread = await ctx.message.create_thread(name=f'{ctx.author} Jojo Thread')
 
75
  # ratelimits? ❌
76
  # safety checks?❌
77
  # bot no crash ❌
78
+
79
+ if await safetychecks(ctx):
80
  try:
81
  await ctx.message.add_reaction('πŸ€–')
82
  thread = await ctx.message.create_thread(name=f'{ctx.author} Jojo Thread')