Add config template.
This commit is contained in:
parent
47f19e4bc6
commit
937d379dae
1 changed files with 8 additions and 0 deletions
8
src/config.template.ts
Normal file
8
src/config.template.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export const CHANNEL: string = "";
|
||||
|
||||
|
||||
export const CLIENT_ID: string = "";
|
||||
|
||||
|
||||
export const USERNAME: string = "";
|
||||
export const OAUTH_TOKEN: string = "";
|
||||
Loading…
Add table
Add a link
Reference in a new issue