the-og-gear / role_bot

Discord role bot development
0 stars 0 forks source link

Rework bot ASAP #7

Open the-og-gear opened 5 years ago

the-og-gear commented 5 years ago

Recently learned discord.js commando. This will clean up the code by quite a bit.

The practices used are good in theory, yet they fall through the instant they are put in use.

the-og-gear commented 5 years ago

The command handler I have implemented is essentially the same one used by Commando, just less feature-rich

the-og-gear commented 5 years ago

Embeds are a functionality I would like to keep, although they aren't 100% required. It's possible to keep my original module for them, as well, thanks to Commando being an extension of discord.js

the-og-gear commented 5 years ago

That logging tagger is shit. It needs to go. Find a better way. Objects? Arrays?