Closed killerbite95 closed 8 months ago
In check/check.py and replace the line 63 to solve this.
// Original // await ctx.invoke(ctx.bot.get_command("warnings"), user=member)
// New Line // await ctx.invoke(ctx.bot.get_command("warnings"), member=member.id)
In check/check.py and replace the line 63 to solve this.
// Original // await ctx.invoke(ctx.bot.get_command("warnings"), user=member)
// New Line // await ctx.invoke(ctx.bot.get_command("warnings"), member=member.id)