shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
135 stars 25 forks source link

Deleting a message not working #56

Closed Ccode-lang closed 1 year ago

Ccode-lang commented 1 year ago

Describe the bug await message.delete() returns a 403 error.

To Reproduce Run the command

Expected behavior Deleting the message

Actual behavior It doesn't delete the message.

Environment

Ccode-lang commented 1 year ago

I did make sure my bot has manage messages.

shayypy commented 1 year ago

As continued in the help channel, this is an error from Guilded and not a problem with this library.

Ccode-lang commented 1 year ago

I managed to figure it out