# DiscordBot of Misfortune This is a simple bot that allows you to store fortunes, deliver delayed messages, and get status of games or users. # Installation and Execution ## Python Prereqs ```html pip install discord.py pip install python-dateutil pip install ago pip install simplejson ``` ## Execution ```html python hellsbot.py ``` ## Setup To clear the database execute: ``` rm creds.json rm fortunes.json rm deliveries.json rm members.json touch creds.json touch fortunes.json touch deliveries.json touch members.json ``` After the files have been created put the following data in your creds.json ``` { "username": "DISCORDEMAIL@SOMETHING.COM", "password": "YOURPASS" } ``` Change the credentials for your email / pass on for your discord account.