CodeBullet-Community / BulletBot

A Discord bot for the Code Bullet and Co server
https://codebullet-community.github.io/BulletBot
GNU Affero General Public License v3.0
28 stars 9 forks source link

add Command Help Embed Builder #17

Open Jet132 opened 5 years ago

Jet132 commented 5 years ago

Currently the top of every command code is the help embed which is called when the command will be called without arguments or the help command is used.

Since this is taking a lot of space we should make an abstract of this and implement it in every command class to save some lines of code