Tigran 4 лет назад
Родитель
Сommit
9a2204eb54
2 измененных файлов с 1 добавлено и 9 удалено
  1. 1 0
      MafiaTelegramBot/.gitignore
  2. 0 9
      MafiaTelegramBot/AppSettings.cs

+ 1 - 0
MafiaTelegramBot/.gitignore

@@ -0,0 +1 @@
+AppSettings.cs

+ 0 - 9
MafiaTelegramBot/AppSettings.cs

@@ -1,9 +0,0 @@
-namespace MafiaTelegramBot
-{
-    public static class AppSettings
-    {
-        //public static string Url { get; set; } = ""; //TODO use this if need html tg api to get message updates
-        public static string Name { get; set; } = ""; //TODO paste your bot name here if need using full commands like /start@mafiabot, if value "", triggers to all /start commands
-        public static string Token { get; set; } = ""; //TODO paste your bot token here
-    }
-}