Devin

Results 2 comments of Devin

hiya, message is an argument to the function, ``message : Message``, msg is created after sending the first message which is used to edit it, but i've basically tried everything...

I'm trying to get the bot to react to it's own message, i've tried ```gdscript var msg = yield(bot.edit(message, "insert edited message here"), "completed") var emoji = yield( bot.create_reaction(msg, "565171769187500032"),...