FabricMC / kotlin-fabric-discord-bot

The discord bot previously used in the fabric discord server.
MIT License
5 stars 7 forks source link

Modlog messages should include user name verbatim #32

Closed 2xsaiko closed 3 years ago

2xsaiko commented 3 years ago

Entries like "<@227459273100230656> has been muted..." aren't very useful to look at if the discord client doesn't load the username. I'd suggest changing it to send e.g. "2xsaiko#0001 (<@227459273100230656>) has been muted..." for better readability.

gdude2002 commented 3 years ago

https://github.com/FabricMC/fabric-discord-bot/blob/kord-0.7/src/main/kotlin/net/fabricmc/bot/utils/UserUtils.kt#L13