9 Commits

Author SHA1 Message Date
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
annihilator708
77057539e6 extend traceback 2018-05-21 03:53:50 +02:00
annihilator708
038cfa9d8b Rewrote readme, cogs can now be put into a list. 2018-05-21 03:33:29 +02:00
annihilator708
6bc9de7606 Merge branch 'development' of https://github.com/Annihilator708/Sebi-Machine into development 2018-05-20 22:16:08 +02:00
annihilator708
9ab34e3362 Add error handler 2018-05-20 22:15:59 +02:00
Dustin Pianalto
9b2c279b2e Added embed color 2018-05-20 12:12:46 -08:00
Dustin Pianalto
a7cf9bd7f0 Added git to auto loader 2018-05-20 11:51:25 -08:00
annihilator708
9891c42ed9 Add cog reload|unload|load commands 2018-05-20 21:41:06 +02:00
annihilator708
baf1359d60 Add core 2018-05-20 21:05:17 +02:00