mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-18 21:23:29 +00:00
스킵 구현
This commit is contained in:
7
DPP-master/docpages/example_code/firstbot2.cpp
Normal file
7
DPP-master/docpages/example_code/firstbot2.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <dpp/dpp.h>
|
||||
|
||||
const std::string BOT_TOKEN = "add your token here";
|
||||
|
||||
int main() {
|
||||
dpp::cluster bot(BOT_TOKEN);
|
||||
}
|
||||
Reference in New Issue
Block a user