diff options
author | 2018-10-13 18:16:56 +0530 | |
---|---|---|
committer | 2018-10-13 13:46:56 +0100 | |
commit | 95da95456341648c52dff712aab4d80dde871398 (patch) | |
tree | a3e5d14a589002b3234780a00c6c4b433d3abc1d /README.md | |
parent | The app was logging to the wrong directory. This is now fixed. Also silenced ... (diff) |
Added cog for Halloween facts (#36)
* Added cog for Halloween facts
* Posts a random Halloween fact to a channel at regular intervals.
* Displays last posted fact on command.
* Update README for Halloween facts
* Markdown fix
* Add a random spooky emoji to embed titles
* Use on_ready instead of wait_until_ready
* Relocate halloween facts to a JSON file
* Update Hacktoberbot channel ID
* Remove unnecessary variable
* Update JSON file location
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ We know it can be difficult to get into the whole open source thing at first. To !Git - Links to getting started with Git page !Git.commit - An example commit command +### Halloween Facts +Random halloween facts are posted regularly. +!hallofact - Show the last posted Halloween fact + ## Getting started If you are new to this you will find it far easier using PyCharm: |