phenom4n4n / phen-cogs

My public cogs for Red, Discord bot.
https://phen-cogs.readthedocs.io/en/latest/
MIT License
120 stars 71 forks source link

fetch_message instead of get_message #146

Closed taro222 closed 1 year ago

taro222 commented 1 year ago

Embedutils and rolemanager both use get_message instead of fetch_message that leads to the problem that both cogs cant edit/add reactions to "old" messages and only reads from cache.

Is it possible for you to fix that? :)