ZeNyfh / gigavibe-java-edition

Music + Media bot made in java using JDA and Lavaplayer.
GNU General Public License v3.0
8 stars 3 forks source link

Fix long boot times due to command registering #130

Closed ZeNyfh closed 6 months ago

ZeNyfh commented 8 months ago

Registering commands in every guild makes the bot take too long to actually boot up and start working, this isnt a big issue currently but it is something I'd like to fix before #129

ZeNyfh commented 8 months ago

Add enhancement label as it isnt a bug, more of an optimisation.