Removes ratelimit, refactors everything in more sections, adds tokenization calculation
This commit is contained in:
8
TelegramBot/Actor.cs
Normal file
8
TelegramBot/Actor.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TelegramBot;
|
||||
|
||||
public enum Actor {
|
||||
User,
|
||||
Krolik,
|
||||
Nemesis,
|
||||
System
|
||||
}
|
||||
Reference in New Issue
Block a user