I've been trying to make a log that, well logs whenever a user changes their nickname however it appears not to work
@client.event
async def on_member_update(before, after):
print(f'{before.nick}, {before.nick}')
I've been trying to make a log that, well logs whenever a user changes their nickname however it appears not to work
@client.event
async def on_member_update(before, after):
print(f'{before.nick}, {before.nick}')