aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-11-14Remove persist bot utilGravatar Jeremiah Boby-69/+0
2020-11-14Remove unused arrow importGravatar Jeremiah Boby-1/+0
2020-11-14Remove CandyCollection cogs from loaded cogsGravatar Jeremiah Boby-1/+0
2020-11-14Remove HacktoberStats cog from loaded cogsGravatar Jeremiah Boby-1/+0
2020-11-14Revert autoformatter changesGravatar Jeremiah Boby-2/+8
2020-11-14Don't load Monster survey cogGravatar Jeremiah Boby-1/+0
2020-11-14Remove persistent methods from evergreen branding managerGravatar Jeremiah Boby-58/+2
2020-10-31Intents: use 'default' factoryGravatar kwzrd-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-31Intents: document which intents are privilegedGravatar kwzrd-2/+2
2020-10-31Intents: disable privileged 'Members' intentGravatar kwzrd-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-31Deps: bump 'discord.py' to 1.5.1 & re-lockGravatar kwzrd-51/+52
Bugfix release: https://discordpy.readthedocs.io/en/latest/whats_new.html#v1-5-1
2020-10-25Typo in word "none"Gravatar Quanta-1/+1
Co-authored-by: gustavwilliam <[email protected]>
2020-10-23fix time and date specific thingsGravatar Hedy Li-3/+4
2020-10-22Update Python Discord badge to 100k members.Gravatar Dennis Pham-1/+1
2020-10-21Satify lintGravatar Quanta-4/+2
2020-10-21No-candy spook messageGravatar Quanta-1/+15
2020-10-21Remove an unrequired new-line and a commentGravatar Quanta-2/+0
2020-10-21Fix candy distribution logicGravatar Quanta-6/+7
2020-10-21fix keyerrorGravatar Hedy Li-1/+1
2020-10-18Change error msg for roll to use correct prefixGravatar Gustav Odinger-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-18fix some bugs and allow topics cachingGravatar Hedy Li-7/+23
2020-10-17async fixesGravatar Hedy Li-8/+8
2020-10-17almost done, needs testingGravatar Hedy Li-32/+86
2020-10-16Comply with TMDB API ToSGravatar Will Da Silva-2/+8
2020-10-16fix in_review and accepted PRs swappedGravatar Hedy Li-1/+1
2020-10-16minor design changesGravatar Hedy Li-3/+3
2020-10-16handle no PR for a sectionGravatar Hedy Li-2/+6
2020-10-16update calling static methodsGravatar Hedy Li-6/+5
2020-10-16add n prs count and max numberGravatar Hedy Li-6/+16
2020-10-16display in-review, accepted separatelyGravatar Hedy Li-29/+41
2020-10-15Constants: prefix sprint channel namesGravatar kwzrd-28/+28
These are channels created for the CPython Core Dev Sprint event.
2020-10-15Constants: rename conflicting channelGravatar kwzrd-2/+2
There were two attributes named 'announcements' on the Channels class.
2020-10-15Corrected Trailing WhitespaceGravatar Daniel Brown-2/+2
Removed a trailing white space that caused a build failure.
2020-10-15Added Core Dev Sprint to whitelistGravatar Daniel Brown-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-15send_spook_msg to staticmethodGravatar Quanta-2/+2
2020-10-15remove redundant set() in issues.pyGravatar Hedy Li-3/+2
2020-10-15update self.winners methods for a set()Gravatar Hedy Li-4/+4
2020-10-14Apply suggested re-formattingGravatar Quanta-10/+14
2020-10-14removed _ from command nameGravatar Anubhav1603-1/+1
2020-10-14Use persistant storage for candy scoresGravatar Quanta-7/+8
2020-10-13improved readbility of code by breaking one liner into if elseGravatar Anubhav1603-8/+8
2020-10-13improved readbility of code by adding line breakGravatar Anubhav1603-1/+2
2020-10-12Adding #voice_chat to the Seasonal Bot white listGravatar Daniel Brown-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-12remove duplicates in winner list .riddleGravatar Hedy Li-1/+1
2020-10-11changed returnGravatar Anubhav1603-2/+3
2020-10-11Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-1/+4
Co-authored-by: Rohan Reddy Alleti <[email protected]>
2020-10-11Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-1/+4
Co-authored-by: Rohan Reddy Alleti <[email protected]>
2020-10-11gists count fixGravatar Lakshya Shastri-1/+1
2020-10-11reduced num of api calls by 1Gravatar Lakshya Shastri-2/+2
2020-10-10followers md fixGravatar Lakshya Shastri-5/+5