summary refs log tree commit diff
path: root/src/util/Config.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-18 22:04:29 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-18 22:04:29 +0200
commitda08497a19ab0635a8bd78e499cfc61e54352dcc (patch)
tree7fcda3b1ebca8e8a902c066945e02206b089fe51 /src/util/Config.ts
parentMerge branch 'master' of https://github.com/discord-open-source/discord-gateway (diff)
downloadserver-da08497a19ab0635a8bd78e499cfc61e54352dcc.tar.xz
:construction: WIP member list + voice
Diffstat (limited to 'src/util/Config.ts')
-rw-r--r--src/util/Config.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/Config.ts b/src/util/Config.ts

index e94d73fe..eee20e1d 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts
@@ -14,6 +14,8 @@ export default { setAll: Config.setAll, }; -export interface DefaultOptions {} +export interface DefaultOptions { + endpoint?: string; +} export const DefaultOptions: DefaultOptions = {};