tterrag1098 / K9

A Discord bot with some useful commands.
http://tterrag.com/k9/
MIT License
42 stars 32 forks source link

Add modname command #47

Open Abkwreu opened 4 years ago

Abkwreu commented 4 years ago

Add a new command that generates a Minecraft mod name from http://mod-name-generator.herokuapp.com/

tterrag1098 commented 4 years ago

Clean up all the copypasta (seriously this command is 99% just a copy of drama) and follow the pattern of using a submodule rather than dumping the entire src in the resources.

Abkwreu commented 4 years ago

Cleaned up the command file and added as submodule

tterrag1098 commented 4 years ago

What I meant was...avoid copying code entirely. I don't want two commands that share almost all their code. They should inherit from a common class or have their logic extracted to a common location.