Agregar archivos de proyecto.
This commit is contained in:
parent
24fcabeece
commit
2f3fbad29e
7 changed files with 353 additions and 0 deletions
13
Bot_Discord_CSharp/Program.cs
Normal file
13
Bot_Discord_CSharp/Program.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
|
||||
namespace Bot_Discord_CSharp
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Bot bot = new Bot();
|
||||
bot.RunAsync().GetAwaiter().GetResult();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue