lphillips / SecretHitlerDiscord

A discord bot for the famous board game Secret Hitler
Other
1 stars 0 forks source link

User player's nicknames in game if they have them #27

Closed bsmccain closed 3 years ago

bsmccain commented 3 years ago

Resolves #23.

User nicknames are tied to a discord server, so they aren't available in all contexts of this bot (eg, direct messages). To resolve that, we now cache the player's name (nickname) and avatar in the game data. The cache is updated by events when a user changes their name or avatar.

All locations that display the player's name are updated to display the cached name.

A couple of testing enhancements were also added

lphillips commented 3 years ago

Looks great! Nice improvements.