diff options
Diffstat (limited to 'src/meta.cpp')
-rw-r--r-- | src/meta.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/meta.cpp b/src/meta.cpp new file mode 100644 index 0000000..3ae58a7 --- /dev/null +++ b/src/meta.cpp @@ -0,0 +1,9 @@ +#include <dpp/dpp.h> +#include <commandhandler.h> + +using namespace std; +using namespace dpp; + +void about(const std::string &name, const parameter_list_t ¶ms, command_source) { + +}
\ No newline at end of file |