aboutsummaryrefslogtreecommitdiff
path: root/AleeBot/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'AleeBot/Program.cs')
-rw-r--r--AleeBot/Program.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/AleeBot/Program.cs b/AleeBot/Program.cs
new file mode 100644
index 0000000..5c887a0
--- /dev/null
+++ b/AleeBot/Program.cs
@@ -0,0 +1,14 @@
+using System;
+using Discord;
+using Discord.API;
+
+namespace AleeBot
+{
+ internal class Program
+ {
+ private static void Main(string[] args)
+ {
+ Console.WriteLine("Welcome to AleeBot!");
+ }
+ }
+}