Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Sep 2, 2024
1 parent 1b96f26 commit 88e834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/gamebridge/GameBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class GameBridge extends Service {
}));
server.discord.on("ready", client => {
server.changeIcon(
"https://gitlab.com/metastruct/branding/-/raw/master/icons/seagull_vr.png?&inline=true"
"https://gitlab.com/metastruct/branding/-/raw/master/icons/seagull_resonite.png?&inline=true"
);
if (server.status.mapThumbnail) server.changeBanner(server.status.mapThumbnail);
});
Expand Down

0 comments on commit 88e834d

Please sign in to comment.