mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-12-14 07:36:28 +01:00
clean up and refactor some code
This commit is contained in:
parent
e2f3739fa1
commit
72ba15c798
7 changed files with 69 additions and 46 deletions
|
|
@ -35,6 +35,7 @@ namespace bot {
|
|||
class submit_queue {
|
||||
public:
|
||||
void add(const translated_message &message);
|
||||
void add(translated_message &&message);
|
||||
void run(dpp::cluster *bot);
|
||||
void terminate();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue