diff --git a/api/__pycache__/__init__.cpython-37.pyc b/api/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 0000000..1c68e02 Binary files /dev/null and b/api/__pycache__/__init__.cpython-37.pyc differ diff --git a/api/__pycache__/inspirobot.cpython-37.pyc b/api/__pycache__/inspirobot.cpython-37.pyc new file mode 100644 index 0000000..3565d3c Binary files /dev/null and b/api/__pycache__/inspirobot.cpython-37.pyc differ diff --git a/api/__pycache__/nasa.cpython-37.pyc b/api/__pycache__/nasa.cpython-37.pyc new file mode 100644 index 0000000..936abb5 Binary files /dev/null and b/api/__pycache__/nasa.cpython-37.pyc differ diff --git a/api/__pycache__/steam.cpython-37.pyc b/api/__pycache__/steam.cpython-37.pyc new file mode 100644 index 0000000..d937f49 Binary files /dev/null and b/api/__pycache__/steam.cpython-37.pyc differ diff --git a/cogs/api/__pycache__/inspirobot.cpython-37.pyc b/cogs/api/__pycache__/inspirobot.cpython-37.pyc new file mode 100644 index 0000000..8f6d07a Binary files /dev/null and b/cogs/api/__pycache__/inspirobot.cpython-37.pyc differ diff --git a/cogs/api/__pycache__/nasa.cpython-37.pyc b/cogs/api/__pycache__/nasa.cpython-37.pyc new file mode 100644 index 0000000..d6fd5c8 Binary files /dev/null and b/cogs/api/__pycache__/nasa.cpython-37.pyc differ diff --git a/cogs/api/__pycache__/steam.cpython-37.pyc b/cogs/api/__pycache__/steam.cpython-37.pyc new file mode 100644 index 0000000..15d5fa1 Binary files /dev/null and b/cogs/api/__pycache__/steam.cpython-37.pyc differ diff --git a/cogs/fun/__pycache__/autoconvert.cpython-37.pyc b/cogs/fun/__pycache__/autoconvert.cpython-37.pyc new file mode 100644 index 0000000..0119e37 Binary files /dev/null and b/cogs/fun/__pycache__/autoconvert.cpython-37.pyc differ diff --git a/cogs/fun/__pycache__/coinflip.cpython-37.pyc b/cogs/fun/__pycache__/coinflip.cpython-37.pyc new file mode 100644 index 0000000..4b1c09d Binary files /dev/null and b/cogs/fun/__pycache__/coinflip.cpython-37.pyc differ diff --git a/cogs/fun/__pycache__/reactions.cpython-37.pyc b/cogs/fun/__pycache__/reactions.cpython-37.pyc new file mode 100644 index 0000000..1187acf Binary files /dev/null and b/cogs/fun/__pycache__/reactions.cpython-37.pyc differ diff --git a/config.json b/config.json new file mode 100644 index 0000000..8fd7094 --- /dev/null +++ b/config.json @@ -0,0 +1,10 @@ +{ + "prefix":"?", + "color":"0x111387", + "client_key":"NjY0MTI1NzQ2MzA2MDg4OTYy.XhShUQ.OZvtj_KfCEcoofvsXr4VDwGWQZQ", + "api_keys": + { + "steam":"527C581C27922B22358C73457A527554", + "nasa":"QSkni9zZRsstoEPPePVzUgCH1B66F5Yy9E8XNbDd" + } +} \ No newline at end of file diff --git a/logs/log.txt b/logs/log.txt new file mode 100644 index 0000000..4d17b31 --- /dev/null +++ b/logs/log.txt @@ -0,0 +1,20 @@ +[08.01.2020 02:25:57] [INFO] Starting up... + +[08.01.2020 02:25:57] [INFO] --- Loading configs --- + +[08.01.2020 02:25:57] [INFO] Trying config.json.....Success! +[08.01.2020 02:25:57] [INFO] Finished loading configs. +[08.01.2020 02:25:57] [INFO] Total 1, Failed 0 + +[08.01.2020 02:26:00] [INFO] --- Loading cogs --- + +[08.01.2020 02:26:00] [INFO] Trying cogs.fun.autoconvert.....Success! +[08.01.2020 02:26:00] [INFO] Trying cogs.fun.coinflip.....Success! +[08.01.2020 02:26:00] [INFO] Trying cogs.fun.reactions.....Success! +[08.01.2020 02:26:00] [INFO] Trying cogs.api.inspirobot.....Success! +[08.01.2020 02:26:00] [INFO] Trying cogs.api.nasa.....Success! +[08.01.2020 02:26:00] [INFO] Trying cogs.api.steam.....Success! +[08.01.2020 02:26:00] [INFO] Finished loading cogs. +[08.01.2020 02:26:00] [INFO] Total 6, Failed 0 + +[08.01.2020 02:26:00] [INFO] Deep Blue finished loading. diff --git a/util/__pycache__/__init__.cpython-37.pyc b/util/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 0000000..725ee60 Binary files /dev/null and b/util/__pycache__/__init__.cpython-37.pyc differ diff --git a/util/__pycache__/checking.cpython-37.pyc b/util/__pycache__/checking.cpython-37.pyc new file mode 100644 index 0000000..2afad87 Binary files /dev/null and b/util/__pycache__/checking.cpython-37.pyc differ diff --git a/util/__pycache__/config.cpython-37.pyc b/util/__pycache__/config.cpython-37.pyc new file mode 100644 index 0000000..b6f9706 Binary files /dev/null and b/util/__pycache__/config.cpython-37.pyc differ diff --git a/util/__pycache__/logging.cpython-37.pyc b/util/__pycache__/logging.cpython-37.pyc new file mode 100644 index 0000000..b200eb2 Binary files /dev/null and b/util/__pycache__/logging.cpython-37.pyc differ