Skip to content

Commit

Permalink
fix: Corrected config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cavanagh committed Sep 26, 2023
1 parent 72c198f commit 904789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/discord.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default () => ({
devUserId: process.env.DISCORD_DEVUSER_ID,
channels: {
albionRegistration: process.env.CHANNEL_ALBION_REGISTER,
albionVerify: process.env.CHANNEL_ALBION_REGISTER,
albionWelcomeToAlbion: process.env.CHANNEL_ALBION_WELCOME,
ps2Verify: process.env.CHANNEL_PS2_VERIFY,
ps2Private: process.env.CHANNEL_PS2_PRIVATE,
Expand Down

0 comments on commit 904789e

Please sign in to comment.