initial commit

This commit is contained in:
2023-12-11 18:09:29 +09:00
commit 8b0d0bbff7
10 changed files with 154 additions and 0 deletions

13
main.cpp Normal file
View File

@@ -0,0 +1,13 @@
#include "BumbleCee.hpp"
#include <iostream>
std::string Token = "NzE1OTE2NDg2MTIzOTc4ODEy.GtT2ek.5ckzjEbg73QDS_FEZY_BS-UVpf-ZSEpR98pn80";
int main() {
BumbleCee* my_bot = BumbleCee::getInstance();
IBot bot;
bot.test();
return 0;
}