aboutsummaryrefslogtreecommitdiff
path: root/build/discord.js
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-09-08 21:53:04 -0500
committermat <github@matdoes.dev>2021-09-08 21:53:04 -0500
commit1c35c70a6e1f08df7cc758ed697e58f01035821a (patch)
tree1fa5ac17551f21f1bf4cae72604bdbed680bd0f4 /build/discord.js
parent13fea244bad50c527f5b74c737eaf233c6981069 (diff)
downloadskyblock-api-1c35c70a6e1f08df7cc758ed697e58f01035821a.tar.gz
skyblock-api-1c35c70a6e1f08df7cc758ed697e58f01035821a.tar.bz2
skyblock-api-1c35c70a6e1f08df7cc758ed697e58f01035821a.zip
update discord client id
Diffstat (limited to 'build/discord.js')
-rw-r--r--build/discord.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/discord.js b/build/discord.js
index ca910b2..bf906a9 100644
--- a/build/discord.js
+++ b/build/discord.js
@@ -1,6 +1,6 @@
import fetch from 'node-fetch';
import { Agent } from 'https';
-const DISCORD_CLIENT_ID = '656634948148527107';
+const DISCORD_CLIENT_ID = '885347559382605916';
const httpsAgent = new Agent({
keepAlive: true
});