diff --git a/README.md b/README.md index e173838..dec41e3 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,6 @@ build/sparkle -t <BOT_TOKEN> - [ ] Windows support - [ ] Sharding - [ ] Interactions -- [ ] Tests \ No newline at end of file +- [ ] Tests +# + \ No newline at end of file diff --git a/fluttershy.gif b/fluttershy.gif new file mode 100644 index 0000000..040443d Binary files /dev/null and b/fluttershy.gif differ diff --git a/sources/main.cpp b/sources/main.cpp index e10b7bc..281be64 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -1,7 +1,6 @@ #include <api.hpp> #include <includes.hpp> #include <cxxopts.hpp> - int main(int argc, char* argv[]) { cxxopts::Options options("sparkle", "WIP discord bot library in C++"); options.add_options()