Browse Source

Ignore AppSettings

Tigran 4 years ago
parent
commit
9a2204eb54
2 changed files with 1 additions and 9 deletions
  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
-    }
-}