[CLI] Add bots:enable and bots:disable commands (#3415)

* [CLI] Add `bots:enable` and `bots:disable` commands

* Add input warning
This commit is contained in:
Chris Miles
2023-06-17 18:48:47 -05:00
committed by GitHub
parent b45e0e80b5
commit cf49b2fe49
7 changed files with 4699 additions and 1 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ public:
void ClearInvSnapshots(bool from_now = false);
void SourceDatabaseTableFromUrl(std::string table_name, std::string url);
void SourceSqlFromUrl(std::string url);
private: