Skip to content

Commit

Permalink
Change log destination
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Feb 20, 2024
1 parent 9873e00 commit a8e2744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/utils/trust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function addedVerified(
// log.debug(F, `member: ${member.roles.cache}`);

// log.debug(`Verified button clicked by ${interaction.user.username}#${interaction.user.discriminator}`);
const channelTripbotLogs = await global.discordClient.channels.fetch(env.CHANNEL_BOTLOG) as TextChannel;
const channelTripbotLogs = await global.discordClient.channels.fetch(env.CHANNEL_TRUST_LOG) as TextChannel;
await channelTripbotLogs.send({
content: `${newMember.user.username}#${newMember.user.discriminator} was verified!`,
});
Expand Down

0 comments on commit a8e2744

Please sign in to comment.