mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-17 21:03:27 +00:00
8 lines
121 B
C++
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);
|
|
}
|