Skip to content

Commit 40db6b8

Browse files
Techbot121Meta Construct
authored and
Meta Construct
committed
all my homies hate pings
1 parent 214fd15 commit 40db6b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/services/webapp/api/gamemode.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ export default async (webApp: WebApp): Promise<void> => {
3333
const guild = bot.getGuild();
3434
if (guild) {
3535
const channel = bot.getTextChannel(bot.config.channels.notifications);
36-
await channel?.send(
37-
`<@&${bot.config.roles.appDeveloper}> GSERV FAILED ON SERVER ${id}, PLEASE FIX`
38-
);
36+
await channel?.send(`GSERV FAILED ON SERVER ${id}, PLEASE FIX`);
3937
console.error("gamemode switcher", output);
4038
}
4139
}

0 commit comments

Comments
 (0)