/gastonbot

friendly dogbot

Primary LanguagePython

gastonbot

gastonbot is a bot

adding new commands

all you need to edit is the gastonbot_rules.py file.

Steps:

  1. add the one-word command to the command palette that starts on line 10.
  2. add the function beneath the "section two" code comment.
  3. add the execution logic beneath the "section three" code comment.