i attempted coding using python for my discord bot to automatically delete the "user pinned a message to this channel..." message every time someone pins a message to the channel but it's not working and i cannot figure out why :( please help if u can? tysm <3
my problem: the bot is not deleting "user pinned a message to this channel. see all pinned messages." message when i pin a msg
this is my code: what i tried :v
if message.type == "PINS_ADD" and message.author.bot:
await message.delete()
what am i doing wrong? i have to add that i am a beginner so-