public DiscordContext GetDiscordContext() { DiscordContext context = new DiscordContext(); context.Init(); return(context); }