Korral-Interactions/template_config.ts
Daniel 784a1f5fbd
[Bug fix] Fix bot token not being provided
Fix bot_token not being provided for rules command
2021-06-25 08:13:06 -07:00

6 lines
106 B
TypeScript

import {Config} from './typings'
export const config:Config = {
"public_key":"",
"bot_token":""
}