[safetychecks] added ctx
Browse files
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')
|