drink command

This commit is contained in:
Yunfan Li
2023-05-29 23:41:35 +08:00
parent d45a7dc5b8
commit 67f083f126
2 changed files with 3 additions and 0 deletions

View File

@@ -124,4 +124,5 @@ ChatCommandHandlerStrategy::ChatCommandHandlerStrategy(PlayerbotAI* botAI) : Pas
supported.push_back("guild remove");
supported.push_back("guild leave");
supported.push_back("rtsc");
supported.push_back("drink");
}