|
|
|
@ -1,5 +1,5 @@
|
|
|
|
class BotMode {
|
|
|
|
class BotMode {
|
|
|
|
static const direct = "direct";
|
|
|
|
static const directChat = "direct_chat";
|
|
|
|
static const discussion = "discussion";
|
|
|
|
static const discussion = "discussion";
|
|
|
|
static const custom = "custom";
|
|
|
|
static const custom = "custom";
|
|
|
|
static const storyGame = "story_game";
|
|
|
|
static const storyGame = "story_game";
|
|
|
|
|