FriendosClub / QuoteBot

Discord bot for saving all your most memorable moments in one channel.
MIT License
6 stars 2 forks source link

Bot no longer quoting users under server nickname #11

Open KalmiaKamui opened 4 years ago

KalmiaKamui commented 4 years ago

The bot is now quoting users based on their actual discord ID and not their nickname on the server. Please fix as this is confusing for users.

RalphORama commented 4 years ago

Thanks for reporting this. Will investigate and report back.

DewGaming commented 3 years ago

This was done due to the server that I modified this bot for, people change their nicknames around a lot, and having an old nickname was really confusing, thus, I changed it to be their actual username.

Here is the commit where I changed that (06f3ea3).

Changing line 100 of cogs/quote.py back should re-enable the nicknames

KalmiaKamui commented 3 years ago

I have tested reverting this change, and the bot behavior does not return to previous functionality.