Commit Graph
15 Commits
Author SHA1 Message Date
Espy | Neko | 404 f2fa131628 >.> 2018-05-22 23:34:57 +01:00
Espy | Neko | 404 2c03351836 Spelling mistake? BAKA! 2018-05-22 23:13:48 +01:00
Espy | Neko | 404 ad750c947c Update __main__.py 2018-05-22 23:09:47 +01:00
Espy | Neko | 404 1b1edc14a4 Update loggable.py 2018-05-22 23:09:03 +01:00
Espy | Neko | 404 1da3add7d3 Create ioutils.py 2018-05-22 23:08:44 +01:00
Espy | Neko | 404 54d4577567 Moved cogs into your src 2018-05-22 22:56:15 +01:00
Espy | Neko | 404 0a66e5d78f Updated docker file
Hope I did this right? Googled "docking" and I am not gonna do that again any time soon...
2018-05-22 22:55:42 +01:00
Espy | Neko | 404 c7f77241e2 Didn't know a good branch name... 2018-05-22 22:53:18 +01:00
Espy | Neko | 404 4ce771d0ea Init files (#10)
* Create __init__.py

* Create __init__.py

* Update __init__.py

* Update __init__.py

* Create __init__.py

* Create __init__.py
2018-05-22 22:22:06 +01:00
Espy | Neko | 404 88d94529ad Update run.py 2018-05-22 22:21:05 +01:00
Espy | Neko | 404 83cee5c1a6 Rename loggable to loggable.py 2018-05-22 22:16:43 +01:00
Espy | Neko | 404 f898302d97 Create loggable 2018-05-22 22:16:03 +01:00
Espy | Neko | 404 f46753ed30 Update run.py 2018-05-22 22:08:01 +01:00
Espy | Neko | 404 8201f2c3c4 Added stuff to gitignore
Pycache will be ignored recursively. Added rest of IJ ignore bits and pieces. Fixed something else and added ST3 stuff you don't want upstream.
2018-05-22 21:44:28 +01:00
404 e5858fecb3 Added optional uvloop support.
uvloop uses libs used by node.js and has been shown to be a much more efficient event loop policy than the default Python asyncio implementation. If uvloop is installed, this is quietly changed before the bot is initialised. If uvloop cannot be set, either from not being installed, or from being used on an unsupported system such as Windoze, then nothing is changed.

The only change should be a slight increase in throughput if it is detected.

Please test first.
2018-05-21 13:54:54 +01:00