forked from rcxpony/sparkle
uwu
This commit is contained in:
parent
61e59be26e
commit
eee362d419
@ -24,3 +24,5 @@ build/sparkle -t <BOT_TOKEN>
|
|||||||
- [ ] Sharding
|
- [ ] Sharding
|
||||||
- [ ] Interactions
|
- [ ] Interactions
|
||||||
- [ ] Tests
|
- [ ] Tests
|
||||||
|
#
|
||||||
|

|
BIN
fluttershy.gif
Normal file
BIN
fluttershy.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
@ -1,7 +1,6 @@
|
|||||||
#include <api.hpp>
|
#include <api.hpp>
|
||||||
#include <includes.hpp>
|
#include <includes.hpp>
|
||||||
#include <cxxopts.hpp>
|
#include <cxxopts.hpp>
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
cxxopts::Options options("sparkle", "WIP discord bot library in C++");
|
cxxopts::Options options("sparkle", "WIP discord bot library in C++");
|
||||||
options.add_options()
|
options.add_options()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user