make the bot more betterer

This commit is contained in:
core 2023-07-17 19:29:33 -04:00
parent 86d3ccd864
commit 979e758bf0
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 1 deletions

View File

@ -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>) {