6af29dab by Barry

Updated readme and DB.

1 parent d16f23b6
1 # DiscordBot of Misfortune
2
3 This is a simple bot that allows you to store fortunes, deliver delayed messages, and get status of games or users.
4
5 # Installation and Execution
6
7 ## Python Prereqs
8
9 pip install discord.py
10 pip install python-dateutil
11 pip install ago
12 pip install simplejson
13
14 ## Execution
15
16 python hellsbot.py
...\ No newline at end of file ...\ No newline at end of file
......
1 {"<@49237234515181568>": {"<@47934670406422528>": {"delivery_time": "2047/08/11 18:39:12", "message": "ur a fgt", "user_id": "49237234515181568", "channel": "47934985176354816"}}, "Rui": {"Everybody": {"delivery_time": "2015/12/04 00:00:00", "message": "You are a faggot", "channel": "47934985176354816"}}, "<@47934670406422528>": {"<@121404665727418368>": {"delivery_time": "2015/12/10 16:53:42", "message": "You will never be tall.", "user_id": "47934670406422528", "channel": "47934985176354816"}}, "<@48148712194576384>": {"<@121404665727418368>": {"delivery_time": "2019/02/03 02:38:24", "message": "u gay", "user_id": "48148712194576384", "channel": "47934985176354816"}}}
...\ No newline at end of file ...\ No newline at end of file
1 {"Rui": {"Everybody": {"delivery_time": "2015/12/04 00:00:00", "message": "You are a faggot", "channel": "47934985176354816"}}, "<@47934670406422528>": {"<@78767557628133376>": {"delivery_time": "2015/12/25 00:00:00", "message": "Merry Fucking Christmas You Asian Jew", "user_id": "47934670406422528", "channel": "47934985176354816"}}, "<@48148712194576384>": {"<@121404665727418368>": {"delivery_time": "2019/02/03 02:38:24", "message": "u gay", "user_id": "48148712194576384", "channel": "47934985176354816"}}, "<@49237234515181568>": {"<@47934670406422528>": {"delivery_time": "2047/08/11 18:39:12", "message": "ur a fgt", "user_id": "49237234515181568", "channel": "47934985176354816"}}, "<@78767557628133376>": {"<@47934670406422528>": {"delivery_time": "2015/12/04 00:00:00", "message": "I'm gay", "user_id": "78767557628133376", "channel": "47934985176354816"}}, "<@121404665727418368>": {"<@47934670406422528>": {"delivery_time": "2016/12/02 16:54:33", "message": "I'm gay.", "user_id": "121404665727418368", "channel": "47934985176354816"}}, "<@63649222993391616>": {"<@121404665727418368>": {"delivery_time": "2015/12/10 16:57:52", "message": "fuck off spic", "user_id": "63649222993391616", "channel": "47934985176354816"}}}
...\ No newline at end of file ...\ No newline at end of file
......