Add config template.

This commit is contained in:
Tyler-A 2020-01-07 00:05:23 -06:00
parent 47f19e4bc6
commit 937d379dae

8
src/config.template.ts Normal file
View file

@ -0,0 +1,8 @@
export const CHANNEL: string = "";
export const CLIENT_ID: string = "";
export const USERNAME: string = "";
export const OAUTH_TOKEN: string = "";