Removes ratelimit, refactors everything in more sections, adds tokenization calculation
This commit is contained in:
5
TelegramBot/Tools.cs
Normal file
5
TelegramBot/Tools.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace TelegramBot;
|
||||
|
||||
public class Env {
|
||||
public static string Get(string var) => Environment.GetEnvironmentVariable(var) ?? throw new ($"Env var {var} is not set");
|
||||
}
|
||||
Reference in New Issue
Block a user