This is the repository for all code relating to our first code jam, in March 2018. Participants should fork this repository, and submit their code in a pull request.
This code jam runs from the 23rd of March to the 25th of March, measured using the UTC timezone. Make sure you open your pull request by then. Once the deadline is up, stop pushing commits - we will not accept any submissions made after this date.
Searches Wikipedia for snake information, but first it converts your search to a valid snake result. You get a nice table when you invoke the search command. bot.snakes.get("viper")
You can off-course search directly for the scientific name. **bot.snakes.get("Bothriechis schlegelii")
bot.snakes.get() returns a random snake from wikipedia
There is also a guessing game here
bot.snakes.guess()
Alas, if you are in a voice channel and type bot.zen you are greeted with a little easter-egg


