Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Reconnect to redis session on setup if it is closed | 2022-04-18 | -1/+6 | |
* | Create a dummy AsyncstatsdClient before connecting to the real url | 2022-04-08 | -2/+7 | |
* | Move the creation of BotBase._guild_available to within the setup hook | 2022-04-08 | -1/+3 | |
* | Move the creation of BotBase's AsyncResolver to async setup | 2022-04-02 | -6/+9 | |
* | Use imperative mood in docstrings | 2022-04-02 | -1/+1 | |
* | Remove BotBase.closing_tasks | 2022-03-31 | -7/+0 | |
* | Remove inappropriate abstractmethod tags | 2022-03-31 | -3/+0 | |
* | Mark async-rediscache as an optional extra dependency | 2022-03-31 | -3/+12 | |
* | Provide a bot.all_extensions instance attribute | 2022-03-24 | -2/+6 | |
* | Remove unneeded kwargs in BotBase | 2022-03-24 | -6/+0 | |
* | Add BotBase that will act as a base for all our bots | 2022-03-24 | -0/+265 |