| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-05-11 | Fix broken avatar URL getter patterns | -12/+10 | ||
| avatar_url_as now returns an Asset object, which cannot be passed directly to aiohttp since it's expecting a string. Asset objects also provide a read method, returning the bytes directly so the aiohttp call is no longer necessary. | ||||
| 2019-05-11 | Fix broken help getter patterns | -15/+8 | ||
| Utilize new ctx.send_help coro Bump d.py minor version & relock | ||||
| 2019-05-11 | Bump d.py version & relock | -16/+16 | ||
| 2019-04-24 | Change d.py Dependency to PyPI & relock | -84/+82 | ||
| 2019-04-23 | Constants cleaning | -14/+11 | ||
| 2019-04-23 | not importing aiohttp now | -1/+0 | ||
| 2019-04-22 | change counter to minute | -1/+1 | ||
| 2019-04-22 | Add prepare_db docstring. | -0/+2 | ||
| 2019-04-22 | Log reactions for later checking of behaviour analysis and anti-cheat checks. | -5/+72 | ||
| 2019-04-22 | Improve user store efficiency. | -2/+3 | ||
| 2019-04-21 | Fix super eggs and ctx.invoke usage. | -13/+38 | ||
| 2019-04-21 | Cleanup alignment code. | -2/+8 | ||
| 2019-04-21 | Fix typos. | -2/+2 | ||
| Co-Authored-By: scragly <[email protected]> | ||||
| 2019-04-21 | Ignore the punished. | -0/+7 | ||
| 2019-04-21 | Account for leaderboard being invoked before scores exist. | -12/+18 | ||
| 2019-04-21 | Close db after role assignment. | -0/+2 | ||
| 2019-04-21 | Fix rank command. | -2/+3 | ||
| 2019-04-21 | Ensure super egg drops. | -18/+25 | ||
| 2019-04-21 | Make team assignment deterministic for event distribution. | -7/+11 | ||
| 2019-04-21 | Fix consistencies, address @fiskenslakt's comments. | -11/+10 | ||
| 2019-04-21 | Fix setup docstring. | -1/+1 | ||
| Co-Authored-By: scragly <[email protected]> | ||||
| 2019-04-21 | Add return annotations. | -6/+6 | ||
| 2019-04-21 | Name clarification and docstring consistency. | -9/+11 | ||
| 2019-04-21 | Add prod role IDs to constants. | -2/+2 | ||
| 2019-04-21 | Prevent weird errors, adjust constants to prod IDs. | -10/+17 | ||
| 2019-04-21 | Allow prefix env, move db location. | -2/+2 | ||
| 2019-04-21 | Change devlog to seasonalbot-log channel. | -1/+1 | ||