sebveigli/coronavirusupdaterbot

Error

Opened this issue · 2 comments

hng12 commented

I get an error when starting the bot. 30/03 03:12:29 INFO -- ------------------------------------------------------------ 30/03 03:12:29 INFO -- Coronavirus Discord Bot Initiated 30/03 03:12:29 INFO -- Created by Sebastian Veigli (https://github.com/sebveigli) 30/03 03:12:29 INFO -- ------------------------------------------------------------ 30/03 03:12:29 WARNING -- PyNaCl is not installed, voice will NOT be supported 30/03 03:12:29 INFO -- logging in using static token 30/03 03:12:30 INFO -- Created websocket connected to wss://gateway.discord.gg?encoding=json&v=6&compress=zlib-stream 30/03 03:12:30 INFO -- Shard ID None has sent the IDENTIFY payload. 30/03 03:12:30 INFO -- Shard ID None has connected to Gateway: ["gateway-prd-main-1gk9",{"micros":66759,"calls":["discord-sessions-prd-1-1",{"micros":63951,"calls":["start_session",{"micros":60163,"calls":["api-prd-main-jl0v",{"micros":54624,"calls":["get_user",{"micros":7299},"add_authorized_ip",{"micros":4252},"get_guilds",{"micros":8347},"coros_wait",{"micros":1}]}]},"guilds_connect",{"micros":43,"calls":[]},"presence_connect",{"micros":2193,"calls":[]}]}]}] (Session ID: a981e9e80c1258828c5aaeafd1948cc1). 30/03 03:12:32 INFO -- Connected to Discord! 30/03 03:12:32 INFO -- Logged in as @temp bot#0414 [ID: 690399713727348756] 30/03 03:12:32 INFO -- Coronavirus Updater Initialised 30/03 03:12:32 INFO -- Fetching the latest Coronavirus statistics 30/03 03:12:34 INFO -- Previous data is empty - not comparing. Updating values

hng12 commented

Bot is online, but doesn't say anything

hng12 commented

I tried changing severity to debug, but I got this

30/03 03:13:51     INFO -- Coronavirus Discord Bot Initiated
30/03 03:13:51     INFO -- Created by Sebastian Veigli (https://github.com/sebveigli)
30/03 03:13:51     INFO -- ------------------------------------------------------------
30/03 03:13:51    DEBUG -- Using selector: EpollSelector
30/03 03:13:51  WARNING -- PyNaCl is not installed, voice will NOT be supported
30/03 03:13:51     INFO -- logging in using static token
30/03 03:13:51    DEBUG -- GET https://discordapp.com/api/v7/users/@me with None has returned 200
30/03 03:13:51    DEBUG -- GET https://discordapp.com/api/v7/users/@me has received {'id': '690399713727348756', 'username': 'temp bot', 'avatar': None, 'discriminator': '0414', 'bot': True, 'email': None, 'verified': True, 'locale': 'en-US', 'mfa_enabled': False, 'flags': 0}
30/03 03:13:51    DEBUG -- GET https://discordapp.com/api/v7/gateway with None has returned 200
30/03 03:13:51    DEBUG -- GET https://discordapp.com/api/v7/gateway has received {'url': 'wss://gateway.discord.gg'}
30/03 03:13:51    DEBUG -- client - state = CONNECTING
30/03 03:13:51    DEBUG -- client - event = connection_made(<asyncio.sslproto._SSLProtocolTransport object at 0x7f88e905e6d8>)
30/03 03:13:51    DEBUG -- client > GET /?encoding=json&v=6&compress=zlib-stream HTTP/1.1
30/03 03:13:51    DEBUG -- client > Headers([('Host', 'gateway.discord.gg'), ('Upgrade', 'websocket'), ('Connection', 'Upgrade'), ('Sec-WebSocket-Key', 'Ah5ZH+wacpbIngwCC4uzrQ=='), ('Sec-WebSocket-Version', '13'), ('User-Agent', 'Python/3.6 websockets/8.1')])
30/03 03:13:52    DEBUG -- client - event = data_received(<611 bytes>)
30/03 03:13:52    DEBUG -- client - event = data_received(<112 bytes>)
30/03 03:13:52    DEBUG -- client < HTTP/1.1 101 Switching Protocols
30/03 03:13:52    DEBUG -- client < Headers([('Date', 'Mon, 30 Mar 2020 03:13:52 GMT'), ('Connection', 'upgrade'), ('Set-Cookie', '__cfduid=d960535760d28a50d51b6decdad2647e51585538031; expires=Wed, 29-Apr-20 03:13:51 GMT; path=/; domain=.discord.gg; HttpOnly; SameSite=Lax; Secure'), ('sec-websocket-accept', 'P4MYO5h9MpFLTguGQg/48zl1R38='), ('upgrade', 'websocket'), ('CF-Cache-Status', 'DYNAMIC'), ('Expect-CT', 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"'), ('Strict-Transport-Security', 'max-age=15552000; includeSubDomains; preload'), ('X-Content-Type-Options', 'nosniff'), ('Server', 'cloudflare'), ('CF-RAY', '57bea83bd956e1c6-ORD')])
30/03 03:13:52    DEBUG -- client - state = OPEN
30/03 03:13:52     INFO -- Created websocket connected to wss://gateway.discord.gg?encoding=json&v=6&compress=zlib-stream
30/03 03:13:52    DEBUG -- client < Frame(fin=True, opcode=2, data=b'x\x9c4\xc9A\n\xc20\x10\x05\xd0\xbb\xfcu"\xa9\xd4\xcd\\\xa5)elG\r\xa4i\x99\x8e\x8a\x84\xdc]7\xee\x1e\xbc\n\x03\x95g\xce\x0e\xc7\x1f\xdb\x0e\xea\x82\xc3\x02\xaax\x08\xab]\x85mJ\xc5D_\x9cA}w\xbe\xfc~2\xe5Y@\x03\x86\x88;\x9b\xbc\xf9\xe3w]\xfc\xca\xa9\xf8[\xc9}\x84\xab\x11k\x9au;"(\x9cB\x1b1\xb6\xf6\x05\x00\x00\xff\xff', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:52    DEBUG -- Dispatching event socket_raw_receive
30/03 03:13:52    DEBUG -- For Shard ID None: WebSocket Event: {'t': None, 's': None, 'op': 10, 'd': {'heartbeat_interval': 41250, '_trace': ['["gateway-prd-main-fnl4",{"micros":0.0}]']}}
30/03 03:13:52    DEBUG -- Dispatching event socket_response
30/03 03:13:52    DEBUG -- Dispatching event socket_raw_send
30/03 03:13:52    DEBUG -- client > Frame(fin=True, opcode=1, data=b'{"op":1,"d":null}', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:52    DEBUG -- Dispatching event socket_raw_send
30/03 03:13:52    DEBUG -- client > Frame(fin=True, opcode=1, data=b'{"op":2,"d":{"token":"NjkwMzk5NzEzNzI3MzQ4NzU2.XoA8nQ.1qXFMTqh_5-ckYikNknzlgHU3Cs","properties":{"$os":"linux","$browser":"discord.py","$device":"discord.py","$referrer":"","$referring_domain":""},"compress":true,"large_threshold":250,"guild_subscriptions":true,"v":3}}', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:52     INFO -- Shard ID None has sent the IDENTIFY payload.
30/03 03:13:52    DEBUG -- client - event = data_received(<17 bytes>)
30/03 03:13:52    DEBUG -- client < Frame(fin=True, opcode=2, data=b'\xaa\xc6e\xab!\xd8V\x90@-\x00\x00\x00\xff\xff', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:52    DEBUG -- Dispatching event socket_raw_receive
30/03 03:13:52    DEBUG -- For Shard ID None: WebSocket Event: {'t': None, 's': None, 'op': 11, 'd': None}
30/03 03:13:52    DEBUG -- Dispatching event socket_response
30/03 03:13:52    DEBUG -- client - event = data_received(<1921 bytes>)
30/03 03:13:52    DEBUG -- client < Frame(fin=True, opcode=2, data=b'\x9c\x93\xdf\x8a\xdd \x10\xc6_\xa5x}\x16\xfc\x93\xc4\xd8\xbbB\xfb\x02{W\xdaE&\xc6\x9cc\xf1\x98\x10\xcd\x16\xba\xe4\xdd;\x9a\x9c\x96\x04\x96B\xf1F\xe5\xf7\xcd|3\x8e\x85!\xcf_>}\xfeJ\n\xc66\xe6a\xec\x95|l.d\x89v\xd6\xd1\xa6\xe4\xc2\x15\x99\xb7u\xbb*\x80\x9d\xdd\xe0,\xc2i^\xecv\x1f\xe0\x8e\x86I\xb2\xf7\xe9C7&\x0c|\x1f@\xdb\x00\x9d\xcf\xe0\x00>"\xe9pK\x1aE\x85R\x92\t\xc9\xa5\xa8ZY7H[,\xcd?\x1c\xf7.\x9a\xd9\xdd]\x804bFB+V!\x93\xe3\xee)\xe1\x15\x12\xcc{AX\x84\x8d\xd1\x8dA\x97\xf8\xc2*f\x94\x81\xa1m\xfb\xce\xb4\x8a\rM\xc7\x9b\xba\x07\n\x1d\x93\x1d\xc7H\xb3\xf5\x90P\x10on\xc2\xe2\xbe\xbd\\\xc84;\x8ci\xb5\xb9A\x08\xd6\xff\xb9\xb5\xd1\x06c\xf7\xe3uq\xbe\xcf\xfb7\xb2\x04\xf4\xe0|\xae\xefaj\xab\xae\xa9\x84\x92\x8a*L\xc9\x99jXM\xd6\xcb?\xf0\x961\xd9\xb2V\x88\x9a\x0bNVL\x04\xd3\xe4\x9d)\x1es\xc7\xdf\xef\xdb\xe0!?\x0f]\xffcjj\xc1\x95\xbc|\'\x06\xbc\xcfg\x94\xe5\xce\x8f(\xd9\x1b\x1a\x8b\x9e=\x89\xe6$\xad\x14\xe5\xea(\x8d\xf8 I\xef\xc23^\xb7\\\x1cq\x98\xdc_s7\xf9\x83\x9e%\x9c\xd5\xec(\xb9\xda\xa4\xf3\xac\x9d\xc8\x86S\xb6"\t}\xafaI\xb7qv\xbfl\xaf\xddt\xe2\x98\xaa\n\x97\xc3l\x0fy\x028U*\x03\xd8\x811\xea\x9f\xe0\xd2\x19X_p\xe5\x10E\xae\xcd\x88\xa3b\xce\xd4\xa1\xd0\x82?\xa6\xe8\x1d\x01;\n\xca\xca\x9f\xf97\x00\x00\x00\xff\xff', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:52    DEBUG -- client < Frame(fin=True, opcode=2, data=b'\xacW\xcbN\xdb@\x14\xfd\x95*\xdb6h<~%\xac\x90h\x85*\xb5\xab\x86\xee*\xcb\x8e\xc7a\xc0\xf6X\xf6\x18H\x11\xff\xde3/\xc7!6P\x89E\x84\x82\xee\xdc{\xee\xeb\xdc\x13\xb3\xa8W\xd7\xdf\x7f|M.\xb1\xaf\x9bof_\xe9\xf1\xbe\x8efE/\x80\xd9\xa12mwlX\xbc2\xfd\xbbwsW\x80s\xfa\xd6\x8dt\xd3gx\x9d\xf4M\x8e\x89\xe9\xdc\xf8\x8f\x1c\xdd\n^\xa3\x9c\xa9\xc2B\t%K\xe2/i\xb8!\xabs\xcfGc\xcf\xa2\xd0\'\x84|&\xe4\x9c\x10\xb5\xf6\xac\xca\xc0\x1c[\xd1\xd7RCM\x8b\xbb\t\xaf-\xdb\xe9\xd9^\xdc\x88zw\x87\x0f\x9e\xde\xa75\x97\xfb\xa4oK<\xcf\x993\x1d\xef\xe0\xd3@Bz%B0\xc3zE\xe9:XS\xeaG>Y/\x14\x1bH$\x08\xebE^\xe7p\xbb\xd3\xd4d|mK\xcejL\xa9\xb5xZ<\xb0\xcc\x1a\xe2a\xba\x95\xfc\x9eKnj\xa3\xd7v\x1cmb\x01\xc7\xd1D]\xa2R\xef\x0bhmOc\xa2##\x062\x00\x92\x12\\(u\xc3\xe5\xbe\x81\xeb\x00E\x11\x1d7\xec\x80\xff6\xac\xad\xb8a@\x01r~h\xb9t\xed\xb5\xbc\xbca\x8f\xf2\xd3\xa5s<\xc7=\xbe"Y\x0e\x1a\x91x\x13\x05h\xab\xab\xc1\x07@\xf8-\xf8\x96\xbd\x8d!\x98\xc4`\x82\xaa\xe8\xa2\xe1\xdba\x88\x14akd\t\xe2\'\xa6Y\xe4\xfd\xc8\x9a\xb4U\xcd\x99/\x86\x85\xbec5kq\x9f\xd5\x1eu2\xa9\xc0q\xe9\x8e\xd9w\x98\xbc\xb5\xb7\x0eI\x1c\xc6!\\\x04\xd1lj\xf6\x12L\x95\x93~\x10\xe8\xe0\x00\xfaj\x00=m\x1a\x9d\x16\x1a\xde\xbb}\x87\x1b~\xb4\xb0S\x89\xa0\xf6\xa2\xb4\x1b9\x03\\\t\x0b\x12\xf84\x88b\x7f\x00u\xc1\x90\xcd^\xe85\xa9\x90\x06\xec\xccI\xb4<U\xa55*\xfbR0\x9c\xde\xc8/\xe0\r\xde\xc9\xc1n+J\xa5\x14\xf4\xac\x1c\xf0x/\xf0\xac\x06\x1cc\x9d\xf2\x1a\x8c\xf1\xa5F\xa3W!\x01\xdbP\x1f\xd7/\x8e\xc8<\n\x14\x92o\x15\x023\xa7\x86\x13\x8f\xf9k$\x9a\xd0\xa9v\xffs\xe7:5Aj\x13\x92\x88\x10oq\xd0A\x8b\x82\x16\xa9\x1f\xad\xc2<\xceb\xea\xf9Y\x1c\xe7\xa9\xe7\x05\x19\xcd\xbd\xa2`\x91\xa6\x1a\xd72\xa0\xabzy\xc8\xf6\x94\xe1\xbd%Ym\xc8\x1a\x17\xf1<\x0c\xcf\xa8\xe7\x8d\x19^\xe7\x0c{\xe5nPl,-\xac\xbf1mN+\xc3y5\xf3\xdf\xc2\xcf\xa54\xd5\x9d\xb7\xd3|\xf5\x90\xbd\x95\xe6\x1fs\xda$\xaf\x98\xe8\xe1\x13\x8f\x0f\xbb\x87?\x9d\xcdG\xed\xef>\xe9\x1aP\xc7\xcd\xe8\xa4U\xbc\xaf\xf0\xd81V\xcb\n\xd6\xb6\x08W\nH\x01\xe5\x83\xd5\xcb\xeb_\xea\xe0\x1f\xbdl\xfbr\xf2J\xdf+v\xd5gfh1\xf4w\x89u+]\x00\x1d\xb1\xeb3U\xe2F\xab\x05{\xa4\x95\x90`E\xda\x97\x07j\xab\x85\x84\xc47\xa2\xa2\xd3\x16\xe2\x01t\x92\xcc\x0f\xe8\x91\xc0\xb5\x15\xcf\xd9\x10\xcb\xe1\xcc\x14\xf0\xd6}c\x95\xb8\xe5\x16\xaf\xf9Uau\xcc\x01\xf8<\x03\xbc\xa0*\xa7\x84\xe1\xf5Q\t"\x1c\x05\xac\xa0T\\Y\xf0R\xeaB??\xff\x03\x00\x00\xff\xff', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:52    DEBUG -- client < Frame(fin=True, opcode=2, data=b'\xecY\xd1n\xd30\x14\xfd\x15\xab\x1f0\xf9\xda\xd7\xf6u\xde\x18H\x80\xc4\xde\xf6\xcaC\xea\xa4ZE\x17\x8d\x0e\xa8&\xe0\xdf9iJ\x956\xcd\x9a\xac\xdb\x98\x80\x87>\xac\xea\xe2{\x8f\x8f\xcf=\xc7\xe9\xf3T\xf6\xcf{*{I\x9c\x91d\xba\xa6\xa2\xf7\xc6\xf4x*\xf7Wy*C\xc2b\xd9\xa1e6\x9ec\xb8\xcfS\xb5\x8c\xc0\xe6\xa4\xb1fuU.n\xd4\x0fe\xb4Wo\x9b\x80\xb6\xa1M\x99\xf4\xd4H\xeeB,\xd3\x94\xa7u\xe1i\x89\x9d\xda@ON\x9c\xb3\xa1Nk\xda\xff\x1c\xeb\xd5\x9e\xb2\x96\x038\x05\xa8%\x160\xec4\x94SK\x1c\x87\xd3j\xfe\xe5J\x9d\xe7\xc5\xe2N\xbdY\xe6\xabJ}@\xb4\xc7LR\xf3J9\xa7\xb0\xd4\xb7\xfa\xaf\xbc*\x94\xa0xQ\xbfg\xd6\xb8\xf2\xc9\xd8@\x8f\x00\xe5\xb3\x96\xfb2\x9c\xfe\x93[\xdc\xe6\x81\xd5\xedl\xb5\x95\xb0\r\xdaE\x8f\xb3\xb5\xcc\xe4"\x94\x88\x18@\xf90iY\xa1\xc0:\xe2\x17\xd1h\xf6\xa4\'=\xdeq\xd3\xc43{\xc5\xdd\xeb\x97a^\xd1\xf5z\xc5W \xd9\xbbrY\xaa\xf7\xb7\xea\xe2N\xbd\xaeet\x84m\x14d\x02\xcb\xf8Dk\xa0\xea\xda\x0f,\x88\xf7\n\xc2&\xf8\xe8D8\xb4\x05g\x94\x81%o\x9d\xa5\x00\xeb(\xc4:\xc8\xc0J\xec\xf1J\x1e\xe4\xa7\xc9;\x8a\xa0\x10\xa4\x1f\x1b\x16i`9\xe60s\x84v\xf8<\x9c1 3Hc\x81\x89\x16\x0b\xf7\xc8\x0fL\x17]\x06W\xe5J\xad\xed\xe3\xc8r\xa09\x10\x1e\xd0\x97H\xccPX\xf6\xcb\xa9\x9f\xd1\xb2\xa4\x8d\x98^\xe4E\xa9\xce\xc7\xe6\x1e\x0fT\xc4x[\x97$\xf1\xdf\xc8=pa\x18\x12\xa7\xe7\x9e\xadz\xcc\xdb\xea\xd14\x1c\x02x\xc7\x11\xdc\xabM\x10\xe6\xcc\x81\x861|\xdc\xe1\x084I\x911\xe1\xc4\xe3\x19S1\xd8\xd9\\S\x990\xbal(\x83\x89\xc5d\' uuhH@\xd2\xe6R\x87\x8cCF\xfe\x8c\x8c?\x1d\x8fF\xb3\xfa\xbc_\xb7\x7f\xeb\xd6_\x1f\xea\xdf\xd3\x8c|*,N\x9dM\\\x90\xa42\xb0\xe4V\'\x89\xce\xba\xd9n\xff]\xf5\xfb\xd8\x8aE\xf3*m\x9b\xa8\xe6\xe9\xd3\x96\xc2G\x13$l\xbb\xcd\x882\x8eg\x0e\xcb[w"@\x9d\x83\xda\xe7\xff\xbaXQ\xe8\x8b\xcb\x13\xc1\x7f\xe7\xc6\x92\x89V0\xb1\x0b1\x112\x1eM\x8a\xa5I\x94\xf6\xb1\xea\x1c\xf9\xc7\xc1\xca_j\x9f\xb1\xce\x8c;\x13\x8a\x8e\xedK\xbfT\xe8\x8c\xa8G\xe3LO\xd4;\xe5\xd6\x01t\x81\xd4,n\xfe_<\x0c\xbfx\xf8\xde\x9e\x0e\xcb\xf2\xf3\xd7\xf9\xb2~M\xb3X\xaf\xde\xb0c\x83\xee,G\\\xbe\xce\xb1\xcd\xfd\x93\xdb\x13\x19Y\xbfV\x0b\x06b\xd0\x0c\xaa\xdd\xb7~\xc8\xe3\xd7u\x0eim\xe8\xd1\x9b\x8f}?\xfb\xa0\x9b\x8f_\x00\x00\x00\xff\xff', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:52    DEBUG -- Dispatching event socket_raw_receive
30/03 03:13:52    DEBUG -- For Shard ID None: WebSocket Event: {'t': 'READY', 's': 1, 'op': 0, 'd': {'v': 6, 'user_settings': {}, 'user': {'verified': True, 'username': 'temp bot', 'mfa_enabled': False, 'id': '690399713727348756', 'email': None, 'discriminator': '0414', 'bot': True, 'avatar': None}, 'session_id': '3e91c9caf88dbc891f6b265da0ab17b2', 'relationships': [], 'private_channels': [], 'presences': [], 'guilds': [{'unavailable': True, 'id': '664397909265219615'}, {'unavailable': True, 'id': '664398117818335232'}], 'application': {'id': '690399713727348756', 'flags': 0}, '_trace': ['["gateway-prd-main-fnl4",{"micros":53297,"calls":["discord-sessions-prd-1-36",{"micros":49029,"calls":["start_session",{"micros":45823,"calls":["api-prd-main-h7j0",{"micros":42151,"calls":["get_user",{"micros":6201},"add_authorized_ip",{"micros":1941},"get_guilds",{"micros":2099},"coros_wait",{"micros":2}]}]},"guilds_connect",{"micros":3,"calls":[]},"presence_connect",{"micros":1,"calls":[]}]}]}]']}}
30/03 03:13:52    DEBUG -- Dispatching event socket_response
30/03 03:13:52     INFO -- Shard ID None has connected to Gateway: ["gateway-prd-main-fnl4",{"micros":53297,"calls":["discord-sessions-prd-1-36",{"micros":49029,"calls":["start_session",{"micros":45823,"calls":["api-prd-main-h7j0",{"micros":42151,"calls":["get_user",{"micros":6201},"add_authorized_ip",{"micros":1941},"get_guilds",{"micros":2099},"coros_wait",{"micros":2}]}]},"guilds_connect",{"micros":3,"calls":[]},"presence_connect",{"micros":1,"calls":[]}]}]}] (Session ID: 3e91c9caf88dbc891f6b265da0ab17b2).
30/03 03:13:52    DEBUG -- Dispatching event connect
30/03 03:13:52    DEBUG -- Dispatching event socket_raw_receive
30/03 03:13:52    DEBUG -- For Shard ID None: WebSocket Event: {'t': 'GUILD_CREATE', 's': 2, 'op': 0, 'd': {'application_id': None, 'large': False, 'lazy': True, 'features': [], 'public_updates_channel_id': None, 'joined_at': '2020-03-25T08:13:45.653000+00:00', 'member_count': 2, 'afk_channel_id': None, 'region': 'hongkong', 'vanity_url_code': None, 'presences': [{'user': {'id': '504198229492236309'}, 'status': 'dnd', 'game': None, 'client_status': {'web': 'dnd'}, 'activities': []}, {'user': {'id': '690399713727348756'}, 'status': 'online', 'game': None, 'client_status': {'web': 'online'}, 'activities': []}], 'channels': [{'user_limit': 0, 'type': 4, 'position': 0, 'permission_overwrites': [], 'name': 'Text Channels', 'id': '664398117818335233', 'bitrate': 64000}, {'user_limit': 0, 'type': 4, 'position': 0, 'permission_overwrites': [], 'name': 'Voice Channels', 'id': '664398117818335234', 'bitrate': 64000}, {'type': 0, 'topic': None, 'rate_limit_per_user': 0, 'position': 0, 'permission_overwrites': [], 'parent_id': '664398117818335233', 'name': 'general', 'last_message_id': '692291950757543946', 'id': '664398117818335235'}, {'user_limit': 0, 'type': 2, 'position': 0, 'permission_overwrites': [], 'parent_id': '664398117818335234', 'name': 'General', 'id': '664398117818335236', 'bitrate': 64000}], 'system_channel_id': '664398117818335235', 'roles': [{'position': 0, 'permissions': 104324673, 'name': '@everyone', 'mentionable': False, 'managed': False, 'id': '664398117818335232', 'hoist': False, 'color': 0}, {'position': 1, 'permissions': 8, 'name': 'temp bot', 'mentionable': False, 'managed': True, 'id': '692285082223902760', 'hoist': False, 'color': 0}], 'icon': None, 'members': [{'user': {'username': 'GenryMg', 'id': '504198229492236309', 'discriminator': '0001', 'avatar': 'f2fa3685d7b7213b77da114b2d1ffe6e'}, 'roles': [], 'mute': False, 'joined_at': '2020-01-08T09:20:55.211000+00:00', 'hoisted_role': None, 'deaf': False}, {'user': {'username': 'temp bot', 'id': '690399713727348756', 'discriminator': '0414', 'bot': True, 'avatar': None}, 'roles': ['692285082223902760'], 'mute': False, 'joined_at': '2020-03-25T08:13:45.653000+00:00', 'hoisted_role': None, 'deaf': False}], 'afk_timeout': 300, 'name': 'Games', 'discovery_splash': None, 'premium_tier': 0, 'preferred_locale': 'en-US', 'splash': None, 'rules_channel_id': None, 'voice_states': [], 'mfa_level': 0, 'premium_subscription_count': 0, 'default_message_notifications': 0, 'owner_id': '504198229492236309', 'unavailable': False, 'description': None, 'banner': None, 'emojis': [], 'verification_level': 0, 'id': '664398117818335232', 'system_channel_flags': 0, 'explicit_content_filter': 0}}
30/03 03:13:52    DEBUG -- Dispatching event socket_response
30/03 03:13:52    DEBUG -- Dispatching event guild_available
30/03 03:13:52    DEBUG -- Dispatching event socket_raw_receive
30/03 03:13:52    DEBUG -- For Shard ID None: WebSocket Event: {'t': 'GUILD_CREATE', 's': 3, 'op': 0, 'd': {'application_id': None, 'large': False, 'lazy': True, 'features': [], 'public_updates_channel_id': None, 'joined_at': '2020-03-23T14:18:05.656622+00:00', 'member_count': 5, 'afk_channel_id': None, 'region': 'hongkong', 'vanity_url_code': None, 'presences': [{'user': {'id': '504198229492236309'}, 'status': 'dnd', 'game': None, 'client_status': {'web': 'dnd'}, 'activities': []}, {'user': {'id': '621848345656426497'}, 'status': 'online', 'game': {'type': 0, 'name': '404 help | 206 Guilds', 'id': 'ec0b28a579ecb4bd', 'created_at': 1585537979006}, 'client_status': {'web': 'online'}, 'activities': [{'type': 0, 'name': '404 help | 206 Guilds', 'id': 'ec0b28a579ecb4bd', 'created_at': 1585537979006}]}, {'user': {'id': '673994042450903089'}, 'status': 'online', 'game': {'type': 0, 'name': 'with Badly Drawn Letters in 55 servers and 82068 members', 'id': 'ec0b28a579ecb4bd', 'created_at': 1585537912371}, 'client_status': {'web': 'online'}, 'activities': [{'type': 0, 'name': 'with Badly Drawn Letters in 55 servers and 82068 members', 'id': 'ec0b28a579ecb4bd', 'created_at': 1585537912371}]}, {'user': {'id': '690399713727348756'}, 'status': 'online', 'game': None, 'client_status': {'web': 'online'}, 'activities': []}], 'channels': [{'type': 0, 'topic': None, 'rate_limit_per_user': 0, 'position': 0, 'permission_overwrites': [], 'parent_id': None, 'nsfw': False, 'name': 'd', 'last_message_id': '693441596221423767', 'id': '692274096939204610'}], 'system_channel_id': None, 'roles': [{'position': 0, 'permissions': 104324673, 'name': '@everyone', 'mentionable': False, 'managed': False, 'id': '664397909265219615', 'hoist': False, 'color': 0}, {'position': 5, 'permissions': 8, 'name': 'And Here Is My Code', 'mentionable': False, 'managed': True, 'id': '683943494393266206', 'hoist': False, 'color': 0}, {'position': 4, 'permissions': 2146958847, 'name': '404', 'mentionable': False, 'managed': True, 'id': '691635317001814078', 'hoist': False, 'color': 0}, {'position': 3, 'permissions': 2146958847, 'name': 'temp bot', 'mentionable': False, 'managed': True, 'id': '691651993965690991', 'hoist': False, 'color': 0}, {'position': 2, 'permissions': 104324681, 'name': 'd', 'mentionable': False, 'managed': False, 'id': '692264331810832394', 'hoist': False, 'color': 0}, {'position': 1, 'permissions': 104324673, 'name': 'new role', 'mentionable': False, 'managed': False, 'id': '692273472721911821', 'hoist': False, 'color': 0}, {'position': 1, 'permissions': 347200, 'name': 'Badly Made Bot', 'mentionable': False, 'managed': True, 'id': '692623982637219890', 'hoist': False, 'color': 0}], 'icon': None, 'members': [{'user': {'username': 'GenryMg', 'id': '504198229492236309', 'discriminator': '0001', 'avatar': 'f2fa3685d7b7213b77da114b2d1ffe6e'}, 'roles': [], 'mute': False, 'joined_at': '2020-01-08T09:20:05.585000+00:00', 'hoisted_role': None, 'deaf': False}, {'user': {'username': 'And Here is My Code', 'id': '577433493311848487', 'discriminator': '8755', 'bot': True, 'avatar': 'c94a5786334b82adea01ec90337e729d'}, 'roles': ['683943494393266206'], 'mute': False, 'joined_at': '2020-03-02T07:47:16.126000+00:00', 'hoisted_role': None, 'deaf': False}, {'user': {'username': '404', 'id': '621848345656426497', 'discriminator': '3597', 'bot': True, 'avatar': '61f16cd33243c4d18ce748a30c89535f'}, 'roles': ['691635317001814078'], 'premium_since': None, 'nick': None, 'mute': False, 'joined_at': '2020-03-23T13:11:49.574835+00:00', 'hoisted_role': None, 'deaf': False}, {'user': {'username': 'Badly Made Bot', 'id': '673994042450903089', 'discriminator': '1714', 'bot': True, 'avatar': '8994a2312938046d82921492c9e2c1cf'}, 'roles': ['692623982637219890'], 'premium_since': None, 'nick': None, 'mute': False, 'joined_at': '2020-03-26T06:40:25.819543+00:00', 'hoisted_role': None, 'deaf': False}, {'user': {'username': 'temp bot', 'id': '690399713727348756', 'discriminator': '0414', 'bot': True, 'avatar': None}, 'roles': ['691651993965690991'], 'premium_since': None, 'nick': None, 'mute': False, 'joined_at': '2020-03-23T14:18:05.656622+00:00', 'hoisted_role': None, 'deaf': False}], 'afk_timeout': 300, 'name': 'Bot Help', 'discovery_splash': None, 'premium_tier': 0, 'preferred_locale': 'en-US', 'splash': None, 'rules_channel_id': None, 'voice_states': [], 'mfa_level': 0, 'premium_subscription_count': 0, 'default_message_notifications': 0, 'owner_id': '504198229492236309', 'unavailable': False, 'description': None, 'banner': None, 'emojis': [{'roles': [], 'require_colons': True, 'name': 'facesmack', 'managed': False, 'id': '692611285329772574', 'available': True, 'animated': False}], 'verification_level': 0, 'id': '664397909265219615', 'system_channel_flags': 0, 'explicit_content_filter': 0}}
30/03 03:13:52    DEBUG -- Dispatching event socket_response
30/03 03:13:52    DEBUG -- Dispatching event guild_available
30/03 03:13:54    DEBUG -- Dispatching event ready
30/03 03:13:54     INFO -- Connected to Discord!
30/03 03:13:54     INFO -- Logged in as @temp bot#0414 [ID: 690399713727348756]
30/03 03:13:54    DEBUG -- Sending "{"op":3,"d":{"game":{"type":0,"name":"\ud83d\ude37","timestamps":{}},"afk":false,"since":0.0,"status":"online"}}" to change status
30/03 03:13:54    DEBUG -- Dispatching event socket_raw_send
30/03 03:13:54    DEBUG -- client > Frame(fin=True, opcode=1, data=b'{"op":3,"d":{"game":{"type":0,"name":"\\ud83d\\ude37","timestamps":{}},"afk":false,"since":0.0,"status":"online"}}', rsv1=False, rsv2=False, rsv3=False)
30/03 03:13:54     INFO -- Coronavirus Updater Initialised
30/03 03:13:54     INFO -- Fetching the latest Coronavirus statistics
30/03 03:13:54    DEBUG -- Starting new HTTPS connection (1): bnonews.com:443
30/03 03:13:54    DEBUG -- https://bnonews.com:443 "GET /index.php/2020/02/the-latest-coronavirus-cases/ HTTP/1.1" 301 None
30/03 03:13:54    DEBUG -- https://bnonews.com:443 "GET /index.php/2020/03/the-latest-coronavirus-cases/ HTTP/1.1" 200 None
30/03 03:13:54    DEBUG -- Starting new HTTPS connection (1): docs.google.com:443
30/03 03:13:55    DEBUG -- https://docs.google.com:443 "GET /spreadsheets/d/e/2PACX-1vR30F8lYP3jG7YOq8es0PBpJIE5yvRVZffOyaqC0GgMBN6yt0Q-NI8pxS7hd1F9dYXnowSC6zpZmW9D/pubhtml/sheet?headers=false&gid=0 HTTP/1.1" 200 None
30/03 03:13:55    DEBUG -- Data fetched successfully. Parsing...
30/03 03:13:55    DEBUG -- Data parsed successfully
30/03 03:13:55     INFO -- Previous data is empty - not comparing. Updating values
30/03 03:14:05     INFO -- Fetching the latest Coronavirus statistics
30/03 03:14:05    DEBUG -- Starting new HTTPS connection (1): bnonews.com:443
30/03 03:14:05    DEBUG -- https://bnonews.com:443 "GET /index.php/2020/02/the-latest-coronavirus-cases/ HTTP/1.1" 301 None
30/03 03:14:05    DEBUG -- https://bnonews.com:443 "GET /index.php/2020/03/the-latest-coronavirus-cases/ HTTP/1.1" 200 None
30/03 03:14:06    DEBUG -- Starting new HTTPS connection (1): docs.google.com:443
30/03 03:14:06    DEBUG -- https://docs.google.com:443 "GET /spreadsheets/d/e/2PACX-1vR30F8lYP3jG7YOq8es0PBpJIE5yvRVZffOyaqC0GgMBN6yt0Q-NI8pxS7hd1F9dYXnowSC6zpZmW9D/pubhtml/sheet?headers=false&gid=0 HTTP/1.1" 200 None
30/03 03:14:06    DEBUG -- Data fetched successfully. Parsing...
30/03 03:14:06    DEBUG -- Data parsed successfully
30/03 03:14:06     INFO -- Previous data is empty - not comparing. Updating values
30/03 03:14:12    DEBUG -- client > Frame(fin=True, opcode=9, data=b'\xa2\x18\x97X', rsv1=False, rsv2=False, rsv3=False)
30/03 03:14:12    DEBUG -- client - event = data_received(<6 bytes>)
30/03 03:14:12    DEBUG -- client < Frame(fin=True, opcode=10, data=b'\xa2\x18\x97X', rsv1=False, rsv2=False, rsv3=False)
30/03 03:14:12    DEBUG -- client - received solicited pong: a2189758