Closed Vexed01 closed 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.
str(author)
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.