make the bot more betterer
This commit is contained in:
parent
86d3ccd864
commit
979e758bf0
|
@ -68,7 +68,7 @@ async fn main() {
|
||||||
|
|
||||||
azalea_main(config, channel.1).await;
|
azalea_main(config, channel.1).await;
|
||||||
|
|
||||||
bot_thread.await.unwrap();
|
//bot_thread.await.unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn discord_main(config: Arc<RwLock<Config>>, sender: Sender<DiscordChatMessage>) {
|
async fn discord_main(config: Arc<RwLock<Config>>, sender: Sender<DiscordChatMessage>) {
|
||||||
|
|
Loading…
Reference in New Issue