Skip to content

Commit

Permalink
Fix discord widget in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Mar 26, 2024
1 parent fd4bc8c commit 099ce92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ document.body.appendChild(script);

script.onload = function () {
new Crate({
server: '299881420891881473',
channel: '355719584830980096',
server: '723588174747533393',
channel: '723588175351513152',
});
};

0 comments on commit 099ce92

Please sign in to comment.