I’m making your typical to-do list practice project, which is structured in a way most of you are probably familiar with. You have projects, and within each project the user adds tasks via a popup form. each task has a button to delete or edit the specific task. When the user clicks edit on a task, a po…
Tag: edit
How to make a bot edit its own message on Discord
My friend wrote this amazing code for me but it doesn’t seem to work. It’s meant to send a message on a command then edit the message over and over again. But when I run the code my terminal says DiscordAPIError: Cannot edit a message authored by another user method: ‘patch’, path: …