3nvisiond / Scuffle-Bot

A universal Discord bot that will simplify the experience for moderation, logging, and extra activities.
1 stars 0 forks source link

Setup Gradle for modularization #2

Open 3nvisiond opened 3 months ago

3nvisiond commented 3 months ago

Modularization

With modularization:

  1. Code can be organized in better and more readable fashion.
  2. Bugs are much easier to spot.
  3. Code can be ran asynchronously which will allow for different regions of the bot to fail instead of the entire bot.