Update Discord webhook emojis (#592)

Fixes #569
This commit is contained in:
triphora 2023-05-19 14:04:40 -04:00 committed by GitHub
parent b713b324f9
commit 0bfaeb8521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,20 +142,25 @@ pub async fn send_discord_webhook(
let emoji_id: i64 = match &**loader {
"bukkit" => 1049793345481883689,
"bungeecord" => 1049793347067314220,
"canvas" => 1107352170656968795,
"datapack" => 1057895494652788866,
"fabric" => 1049793348719890532,
"folia" => 1107348745571537018,
"forge" => 1049793350498275358,
"iris" => 1107352171743281173,
"liteloader" => 1049793351630733333,
"minecraft" => 1049793352964526100,
"modloader" => 1049793353962762382,
"optifine" => 1107352174415052901,
"paper" => 1049793355598540810,
"purpur" => 1049793357351751772,
"quilt" => 1049793857681887342,
"rift" => 1049793359373414502,
"spigot" => 1049793413886779413,
"sponge" => 1049793416969605231,
"vanilla" => 1107350794178678855,
"velocity" => 1049793419108700170,
"waterfall" => 1049793420937412638,
"datapack" => 1057895494652788866,
_ => 1049805243866681424,
};