Skip to content

Commit a335061

Browse files
committed
it would seem we still need this at least
1 parent e0e3089 commit a335061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/gamebridge/GameServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class GameServer {
7272
this.config = config.serverConfig;
7373
this.bridge = config.bridge;
7474
this.discord = new DiscordClient(this, {
75-
intents: ["Guilds", "GuildMessages"],
75+
intents: ["Guilds", "GuildMessages", "MessageContent"],
7676
});
7777

7878
this.discord.run(this.config.discordToken);

0 commit comments

Comments
 (0)