feat: why tf discord named the display name in the api global name
All checks were successful
pages test

This commit is contained in:
TheClashFruit 2023-08-24 16:50:28 +02:00
parent 8dce7f4a4d
commit 2041a579ee
Signed by: TheClashFruit
GPG key ID: CF4A319B9A73290C

View file

@ -39,7 +39,7 @@ const DiscordApi = {
const displayUser = async () => {
const user = await DiscordApi.getUser()
$('.userButton').innerText = user.display_name
$('.userButton').innerText = user.global_name
}
displayUser();