Discord.js obtient le nom d'utilisateur
message.author.username
Frightened Fish
message.author.username
user = bot.get_user(user_id)
username = client.get_user(user_id)
user = await bot.fetch_user(User_ID)