diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:07:25 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:07:25 +0200 |
commit | 86f96aea5b108b6bcf67d432af8e87dc7740318d (patch) | |
tree | 66ebfc6480e67666d7e41a2280bdcbd02f6df0e2 /gateway/src/events/Connection.ts | |
parent | :bug: fix (pre) install scripts (diff) | |
parent | Merge pull request #394 from ChrisChrome/erlpack-fix (diff) | |
download | server-86f96aea5b108b6bcf67d432af8e87dc7740318d.tar.xz |
Merge branch 'master' into unittests
Diffstat (limited to 'gateway/src/events/Connection.ts')
-rw-r--r-- | gateway/src/events/Connection.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/src/events/Connection.ts b/gateway/src/events/Connection.ts index cb4fc85a..85f92b77 100644 --- a/gateway/src/events/Connection.ts +++ b/gateway/src/events/Connection.ts @@ -14,7 +14,7 @@ import { URL } from "url"; import { Session } from "@fosscord/util"; var erlpack: any; try { - erlpack = require("erlpack"); + erlpack = require("@yukikaze-bot/erlpack"); } catch (error) {} // TODO: check rate limit |