TecEash1/Taurus

[BUG] Bot replying wrong

Closed this issue ยท 1 comments

๐Ÿš€ 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.

This was broken with: d747871