user ID is an int, not a string
This commit is contained in:
parent
4b6ea2de76
commit
0bdc23a90b
@ -81,7 +81,7 @@ async def did_you_mean(ctx):
|
|||||||
@bot.listen("on_message")
|
@bot.listen("on_message")
|
||||||
# harass jason with shitposts
|
# harass jason with shitposts
|
||||||
async def make_a_change(ctx):
|
async def make_a_change(ctx):
|
||||||
if ctx.author.id == "83012791983673344":
|
if ctx.author.id == 83012791983673344:
|
||||||
await ctx.reply("Just tryin to make a change :-\\")
|
await ctx.reply("Just tryin to make a change :-\\")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user