Skip to content

Commit

Permalink
fix report buttons not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Mar 24, 2024
1 parent 30ae38a commit 1390b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/gamebridge/payloads/AdminNotifyPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class AdminNotifyPayload extends Payload {
static async initialize(server: GameServer): Promise<void> {
const discord = server.discord;
const notificationsChannel = discord.channels.cache.get(
server.discord.config.channels.notifications
server.discord.config.threads.reports
) as TextChannel;
if (!notificationsChannel) return;
const steam = server.bridge.container.getService("Steam");
Expand Down

0 comments on commit 1390b2a

Please sign in to comment.