diff options
author | mat <github@matdoes.dev> | 2021-09-08 21:53:04 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-09-08 21:53:04 -0500 |
commit | 1c35c70a6e1f08df7cc758ed697e58f01035821a (patch) | |
tree | 1fa5ac17551f21f1bf4cae72604bdbed680bd0f4 /src | |
parent | 13fea244bad50c527f5b74c737eaf233c6981069 (diff) | |
download | skyblock-api-1c35c70a6e1f08df7cc758ed697e58f01035821a.tar.gz skyblock-api-1c35c70a6e1f08df7cc758ed697e58f01035821a.tar.bz2 skyblock-api-1c35c70a6e1f08df7cc758ed697e58f01035821a.zip |
update discord client id
Diffstat (limited to 'src')
-rw-r--r-- | src/discord.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord.ts b/src/discord.ts index 067b899..16ca45f 100644 --- a/src/discord.ts +++ b/src/discord.ts @@ -1,7 +1,7 @@ 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 |