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
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