From 937d379dae753e1fb9ce02c7161c92b1b29d3d60 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Tue, 7 Jan 2020 00:05:23 -0600 Subject: [PATCH] Add config template. --- src/config.template.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/config.template.ts diff --git a/src/config.template.ts b/src/config.template.ts new file mode 100644 index 0000000..54c4359 --- /dev/null +++ b/src/config.template.ts @@ -0,0 +1,8 @@ +export const CHANNEL: string = ""; + + +export const CLIENT_ID: string = ""; + + +export const USERNAME: string = ""; +export const OAUTH_TOKEN: string = ""; \ No newline at end of file