| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-11-14 | Remove persist bot util | -69/+0 | ||
| 2020-11-14 | Remove unused arrow import | -1/+0 | ||
| 2020-11-14 | Remove CandyCollection cogs from loaded cogs | -1/+0 | ||
| 2020-11-14 | Remove HacktoberStats cog from loaded cogs | -1/+0 | ||
| 2020-11-14 | Revert autoformatter changes | -2/+8 | ||
| 2020-11-14 | Don't load Monster survey cog | -1/+0 | ||
| 2020-11-14 | Remove persistent methods from evergreen branding manager | -58/+2 | ||
| 2020-10-31 | Intents: use 'default' factory | -3/+1 | ||
| Since we disable both privileged intents, we can just construct an instance with them already off. As Senjan notes, this will also future-proof us against any privileged intents added in the future. Co-authored-by: Senjan21 <[email protected]> | ||||
| 2020-10-31 | Intents: document which intents are privileged | -2/+2 | ||
| 2020-10-31 | Intents: disable privileged 'Members' intent | -0/+1 | ||
| With 'd.py' 1.5.1, the Member converter will now lazily fetch the member object. It is believed that this removes our need for the intent. | ||||
| 2020-10-31 | Deps: bump 'discord.py' to 1.5.1 & re-lock | -51/+52 | ||
| Bugfix release: https://discordpy.readthedocs.io/en/latest/whats_new.html#v1-5-1 | ||||
| 2020-10-25 | Typo in word "none" | -1/+1 | ||
| Co-authored-by: gustavwilliam <[email protected]> | ||||
| 2020-10-23 | fix time and date specific things | -3/+4 | ||
| 2020-10-22 | Update Python Discord badge to 100k members. | -1/+1 | ||
| 2020-10-21 | Satify lint | -4/+2 | ||
| 2020-10-21 | No-candy spook message | -1/+15 | ||
| 2020-10-21 | Remove an unrequired new-line and a comment | -2/+0 | ||
| 2020-10-21 | Fix candy distribution logic | -6/+7 | ||
| 2020-10-21 | fix keyerror | -1/+1 | ||
| 2020-10-18 | Change error msg for roll to use correct prefix | -2/+2 | ||
| - Previously used `!` as the prefix, while `.` is the correct one - Now imports prefix from bot.constants, so it'll always be up to date | ||||
| 2020-10-18 | fix some bugs and allow topics caching | -7/+23 | ||
| 2020-10-17 | async fixes | -8/+8 | ||
| 2020-10-17 | almost done, needs testing | -32/+86 | ||
| 2020-10-16 | Comply with TMDB API ToS | -2/+8 | ||
| 2020-10-16 | fix in_review and accepted PRs swapped | -1/+1 | ||
| 2020-10-16 | minor design changes | -3/+3 | ||
| 2020-10-16 | handle no PR for a section | -2/+6 | ||
| 2020-10-16 | update calling static methods | -6/+5 | ||
| 2020-10-16 | add n prs count and max number | -6/+16 | ||
| 2020-10-16 | display in-review, accepted separately | -29/+41 | ||
| 2020-10-15 | Constants: prefix sprint channel names | -28/+28 | ||
| These are channels created for the CPython Core Dev Sprint event. | ||||
| 2020-10-15 | Constants: rename conflicting channel | -2/+2 | ||
| There were two attributes named 'announcements' on the Channels class. | ||||
| 2020-10-15 | Corrected Trailing Whitespace | -2/+2 | ||
| Removed a trailing white space that caused a build failure. | ||||
| 2020-10-15 | Added Core Dev Sprint to whitelist | -0/+34 | ||
| For the sake of entertainment of the Core Devs, I have added the SeasonalBot functionality to the Core Dev Sprint channels. | ||||
| 2020-10-15 | send_spook_msg to staticmethod | -2/+2 | ||
| 2020-10-15 | remove redundant set() in issues.py | -3/+2 | ||
| 2020-10-15 | update self.winners methods for a set() | -4/+4 | ||
| 2020-10-14 | Apply suggested re-formatting | -10/+14 | ||
| 2020-10-14 | removed _ from command name | -1/+1 | ||
| 2020-10-14 | Use persistant storage for candy scores | -7/+8 | ||
| 2020-10-13 | improved readbility of code by breaking one liner into if else | -8/+8 | ||
| 2020-10-13 | improved readbility of code by adding line break | -1/+2 | ||
| 2020-10-12 | Adding #voice_chat to the Seasonal Bot white list | -0/+2 | ||
| Since SeasonalBot is able to be used in the off-topic channels, it makes to have it work in the voice_chat channel as well. | ||||
| 2020-10-12 | remove duplicates in winner list .riddle | -1/+1 | ||
| 2020-10-11 | changed return | -2/+3 | ||
| 2020-10-11 | Update bot/exts/evergreen/emoji_count.py | -1/+4 | ||
| Co-authored-by: Rohan Reddy Alleti <[email protected]> | ||||
| 2020-10-11 | Update bot/exts/evergreen/emoji_count.py | -1/+4 | ||
| Co-authored-by: Rohan Reddy Alleti <[email protected]> | ||||
| 2020-10-11 | gists count fix | -1/+1 | ||
| 2020-10-11 | reduced num of api calls by 1 | -2/+2 | ||
| 2020-10-10 | followers md fix | -5/+5 | ||