Vexed01 / Vex-Cogs

My cogs for Red.
https://cogdocs.vexcodes.com
GNU General Public License v3.0
27 stars 20 forks source link

New username changes #111

Closed Vexed01 closed 1 year ago

Vexed01 commented 1 year ago

Discord is changing how user names work, internally called pomelo.

Username format goes from name#0000 to @name.

Using str(author) ensures that, as discord slowly migrates users, the correct format will always be used by the bot.