diff --git a/src/main.cpp b/src/main.cpp index 5d49b09..2c6c04a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include @@ -8,7 +8,7 @@ using json = nlohmann::json; -std::list cmdList = { +std::vector cmdList = { { "topic", "Get a topic question", cmd::topicCommand }, { "coding", "Get a coding question", cmd::codingCommand }, { "close", "Close a ticket or forum post", cmd::closeCommand },