export interface Config_Interface { discord: { api_key: string; application_client_id: string; guild_id: string; }; storage: { } }