|  | Commit message (Collapse) | Author | Lines | 
|---|
|  | This bump comes with a move to redis-py over aioredis. As such, pin new transitive dependancies to exact versions. | 
|  | These warnings were caused by the setup coro from error_handler.py being imported directly, causing a warning about an un-awaited coro whenever the Cog was accessed from the same file. | 
|  | get_event_loop is deprecated as of 3.10 if there is no running loop. | 
|  |  | 
|  | The bot service was still configured to depend on the snekbox service, even though this service is now optional, in favour of the snekbox-311 service. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Since snekbox uses 3.11 by default, it makes sense for this one to be started by default, and the 3.10 container to be opt-in. | 
|  |  | 
|  |  | 
|  | This will mean the buttons will be cleared from the response on interaction timeout. | 
|  | As mentioned in the previous commit, using the raw GitHub URL would be
more reliable than a Discord CDN URL. |