mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Add dismiss button to pep thing #44

Closed Lunarmagpie closed 2 years ago

Lunarmagpie commented 2 years ago

closes #42

Lunarmagpie commented 2 years ago

You don't need to encode the author id in the button id. Instead:

intr.message.author.id is the bot

CircuitSacul commented 2 years ago

You don't need to encode the author id in the button id. Instead:

intr.message.author.id is the bot

oh you're right, looks like you do need to encode it after all.