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