GearTech0 / basic-discord-bot-framework

My old alice repo is outdated and I wanted to start her anew. This is Alice 2.0 Discord Management bot.
GNU General Public License v3.0
0 stars 1 forks source link

Improve cluster speed/use #19

Closed GearTech0 closed 4 years ago

GearTech0 commented 4 years ago

The master cluster spins up Alice for a very long time. I feel like it should be much faster. Improve speed

GearTech0 commented 4 years ago

Fixed. Was using two bot.login() statements; the bot was just logging in twice.