コード例 #1
0
ファイル: Program.cs プロジェクト: BradIllig/DiscordBot
 static void Main(string[] args)
 {
     MyBot bot = new MyBot();
 }
コード例 #2
0
 static void Main(string[] args)
 {
     //Create the quote service
     MyBot bot = new MyBot();
 }
コード例 #3
0
 static void Main(string[] args)
 {
     MyBot gentlemansBot = new MyBot();
 }