AquinBot 1.0.2
Official AquinBot made by Team Aquin | Finaly a simple Open Source Discord bot made in C++ by Aquin
 
Loading...
Searching...
No Matches
cli.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "cli.hpp"
4
5#include <string>
6#include <memory>
7
10
11namespace bot
12{
16 void cli(std::string commandStr, std::shared_ptr<bot::Bot> aquin, bot::Debug debug);
17}
18
Definition cli.cpp:17
void cli(std::string commandStr, std::shared_ptr< bot::Bot > aquin, bot::Debug debug)
Definition cli.cpp:18