예제 #1
0
파일: Config.cs 프로젝트: kaf3in0/SectBOT
 public static void MakeNewConfigForServer(int serverId)
 {
     bot          = GetDefaultBotConfig();
     bot.serverId = serverId;
 }