This commit is contained in:
fluttershy 2025-02-10 15:29:15 +05:00
parent 61e59be26e
commit eee362d419
3 changed files with 3 additions and 2 deletions

View File

@ -23,4 +23,6 @@ build/sparkle -t <BOT_TOKEN>
- [ ] Windows support
- [ ] Sharding
- [ ] Interactions
- [ ] Tests
- [ ] Tests
#
![](fluttershy.gif)

BIN
fluttershy.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

View File

@ -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()