mirror of
https://github.com/Team-Neptune/Korral-Interactions.git
synced 2024-11-23 04:39:39 +00:00
784a1f5fbd
Fix bot_token not being provided for rules command
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import {Config} from './typings'
|
|
export const config:Config = {
|
|
"public_key":"",
|
|
"bot_token":""
|
|
}
|