mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-18 21:23:29 +00:00
스킵 구현
This commit is contained in:
14
DPP-master/docpages/example_code/eval.h
Normal file
14
DPP-master/docpages/example_code/eval.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
/* This is the snowflake ID of the bot's developer.
|
||||
* The eval command will be restricted to this user.
|
||||
*/
|
||||
#define MY_DEVELOPER 189759562910400512ULL
|
||||
|
||||
/* Any functions you want to be usable from within an eval,
|
||||
* that are not part of D++ itself or the message event, you
|
||||
* can put here as forward declarations. The test_function()
|
||||
* serves as an example.
|
||||
*/
|
||||
|
||||
int test_function();
|
||||
Reference in New Issue
Block a user