Files
BumbleCee/DPP-master/docpages/example_code/firstbot2.cpp
2023-12-20 19:45:25 +09:00

8 lines
121 B
C++

#include <dpp/dpp.h>
const std::string BOT_TOKEN = "add your token here";
int main() {
dpp::cluster bot(BOT_TOKEN);
}