[BUG] Bot replying wrong
Closed this issue ยท 1 comments
TecEash1 commented
๐ Are you trying to Self Host the bot?
- I am using the official bot
๐ค Current Behavior
The bot is replying when the user replies to another user
โ Expected Behavior
It should only reply when the user replies to the bot.
๐ Steps To Reproduce
Reply to another user
โน๏ธ Anything else?
To fix this we can add a check in the Taurus events file in the message.reference() statement to check if the message the user replies to is the bot or not. The issue is that this is being done in the utils file so is not returning out of the statement before.