Skip to content

Commit

Permalink
chore: switch player connected icon
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jul 18, 2024
1 parent 09b3dd3 commit 7cd860e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ async function main() {
const discordChannel = data.module.systemConfig.hooks['DiscordToGame'].discordChannelId;

await takaro.discord.discordControllerSendMessage(discordChannel, {
message: `[🔌 Connected]: ${data.player.name}`,
message: `[ Connected]: ${data.player.name}`,
});
}

Expand Down

0 comments on commit 7cd860e

Please sign in to comment.