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);
|
||
|
}
|