From da08497a19ab0635a8bd78e499cfc61e54352dcc Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 18 May 2021 22:04:29 +0200 Subject: :construction: WIP member list + voice --- src/util/Config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util/Config.ts') 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 = {}; -- cgit 1.5.1