mirror of
https://github.com/YuzuZensai/Kiroku.git
synced 2026-09-14 03:09:31 +00:00
All and specify lookup
This commit is contained in:
@@ -3,6 +3,7 @@ import { Client, Events, GatewayIntentBits } from 'discord.js';
|
||||
|
||||
export interface Config {
|
||||
global: {
|
||||
lookup_all: boolean;
|
||||
discord_guild_id?: string;
|
||||
discord_bot_token?: string;
|
||||
steam_api_key?: string;
|
||||
@@ -14,7 +15,9 @@ export interface Config {
|
||||
|
||||
class ConfigProvider {
|
||||
private config: Config = {
|
||||
global: {},
|
||||
global: {
|
||||
lookup_all: false
|
||||
},
|
||||
users: {}
|
||||
};
|
||||
private ready = false;
|
||||
|
||||
Reference in New Issue
Block a user