diff options
author | Cara Salter <cara@devcara.com> | 2023-03-30 15:09:52 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-03-30 15:09:52 -0400 |
commit | 8233fc4bcffc82907e82b31072cb8129aa200ae5 (patch) | |
tree | bb9551e287fb632cbb3dfb070ffa228351ed4129 /src/meta.cpp | |
parent | 527b7ab2df126bb2f480999049ed05b057a6ef83 (diff) | |
download | 142bot-8233fc4bcffc82907e82b31072cb8129aa200ae5.tar.gz 142bot-8233fc4bcffc82907e82b31072cb8129aa200ae5.zip |
reactions module
Diffstat (limited to 'src/meta.cpp')
-rw-r--r-- | src/meta.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/meta.cpp b/src/meta.cpp deleted file mode 100644 index 3ae58a7..0000000 --- a/src/meta.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#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 |