blob: 5c887a03e596931f0b76de95d3fa6ee8ec089667 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
using System;
using Discord;
using Discord.API;
namespace AleeBot
{
internal class Program
{
private static void Main(string[] args)
{
Console.WriteLine("Welcome to AleeBot!");
}
}
}
|