export default interface IDiscordConfiguration { guildId: string; channelId: string; botToken: string; }