Skip to content

Commit

Permalink
fix(lib/constants): use new invite link (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
SodaWithoutSparkles authored and Palm committed Mar 2, 2024
1 parent b6c3cd0 commit ef15a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO: Replace links and constants with actual values
export const DISCORD_SERVER = "https://discord.gg/n9QQ4XhhJP";
export const DISCORD_SERVER = "https://discord.com/invite/ddcQf3s2Uq";
export const DISCORD_SERVER_ID = "1015931589865246730";
export const PLUGINS_CHANNEL_ID = "1091880384561684561";
export const THEMES_CHANNEL_ID = "1091880434939482202";
Expand Down

0 comments on commit ef15a06

Please sign in to comment.