Skip to content

Instantly share code, notes, and snippets.

View Hantick's full-sized avatar

Przemysław Hantick Hantick

  • Poland
View GitHub Profile
using Serilog;
using System;
using System.Threading;
using System.Threading.Tasks;
using VincenzoBot.Main.Models;
namespace VincenzoBot.Main
{
public class DiscordBot
{