fisher60 / friendo-bot

A Discord Bot that is just a good Friendo
MIT License
25 stars 24 forks source link

reminder should respond with embed #179

Closed fisher60 closed 3 years ago

fisher60 commented 3 years ago

This is a well known bug/issue that we (I) should have seen coming. The reminder should return an embed as it causes the bot to reply with a raw text input, very dangerous and breaking.

GDWR commented 3 years ago

Claimed

GDWR commented 3 years ago

using https://discordpy.readthedocs.io/en/latest/ext/commands/api.html?highlight=bot#discord.ext.commands.Bot.allowed_mentions to config the mentions across the entire bot

GDWR commented 3 years ago

@fisher60 Close this?