Month: July 2016

Books

The Testing — Book Review

[Spoilers at the end] The Testing by Joelle Charbonneau is an exhilarating novel that combines Hunger Games and Maze Runner in an post-apocalyptic world.   Reading this book, I thought that it closely resembled the two other books mentioned above because of there very similar elements of world destruction, a unified

How To, Programming

How to create a Discord Bot

Watch a YouTube video Links (1) https://discordapp.com/developers/applications/me (2) https://github.com/izy521/discord.io (3) https://github.com/izy521/discord.io/wiki (4) https://discordapp.com/oauth2/authorize?client_id=157730590492196864&scope=bot&permissions=0 (REMEMBER TO CHANGE THE CLIENT_ID!!!)   Creating a discord bot is actually quite simple and fun :)   Instructions: Install NodeJS (and learn some basic Javascript) Create a folder where you will put all your files Go to link (1)