using System;
using DSharpPlus;
namespace Ok_boomer_Discord_bot
{
class Program
static void Main(string[] args)
Bot bot = new Bot();
bot.RunAsync().GetAwaiter().GetResult();
}