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
Error.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "Error.hpp"
4
5#include <string>
6
10typedef struct Error
11{
13
14 std::string reason;
15
18
Set the current error with the return code, reason and if bot can reply (botReply)
Definition Error.hpp:11
bool botReply
Definition Error.hpp:16
std::string reason
Definition Error.hpp:14
int returncode
Definition Error.hpp:12