coding-buddies-discord / cb-bots

4 stars 3 forks source link

First command and a proposal to structure future commands #6

Closed chrisestabaocupado closed 2 years ago

chrisestabaocupado commented 2 years ago

The commands basically works spliting the every message by arguments, and using these arguments to manage the data depending of the command. In this case the bot just split the command after the prefix, and use the first word to know which command will be executed, and then do whatever that could be required.

chrisestabaocupado commented 2 years ago

Done.