aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-10-01Fix errorsGravatar Chris Gallardo-25/+24
2020-10-01Add Cog and add a couple responsesGravatar Chris Gallardo-0/+68
2020-10-01Authenticate GitHub API requests for the Hacktoberfest issue finder.Gravatar Den4200-3/+9
2020-10-01Removed unnecessary GitHub API request and checked response message instead.Gravatar Den4200-6/+13
This check is to see if a GitHub user is non-existent. We do not want to log this as an error.
2020-09-30Check the GitHub user exists before searching for their PRs.Gravatar Den4200-0/+5
Ensures an error does not occur when a GitHub user does not exist.
2020-09-30Authenticate GitHub API requests for Hacktoberfest stats.Gravatar Den4200-3/+6
Also changed the user agent from `Discord Python Hacktoberbot` to `Python Discord Hacktoberbot`.
2020-10-01Improve formatting in timeleftGravatar Joe Banks-2/+5
2020-09-30Update timeleft to not be locked to OctoberGravatar Joe Banks-11/+18
2020-09-30Update t-shirt references to t-shirts and trees!Gravatar Joe Banks-3/+3
2020-09-30Update Hacktoberfest image URLGravatar Joe Banks-1/+1
2020-09-30Allow hacktoberfest commands in September and NovemberGravatar Joe Banks-3/+3
2020-09-30Update the Hacktoberfest channel constantGravatar Sebastiaan Zeeff-2/+2
I've updated the Hacktoberfest channel ID to the ID of the new channel just created for the 2020 edition of the event.
2020-09-30Remove SpookySound Cog that played sounds in voiceGravatar Sebastiaan Zeeff-53/+0
We had an old Cog that would allow our members to run a command to make Seasonal Bot join a voice channel to play a spooky sound. However, as our voice channel use has changed over the past year, we don't think that it's still a good idea to do this. That's why I removed the Cog and the constants related to it.
2020-09-29Rename BetterMessageConverter -> WrappedMessageConverterGravatar bast-3/+3
2020-09-25Add more docstrings and flake8 cleanupGravatar bast-4/+4
2020-09-25Make .bm handle embed-suppression syntax for message links <link>Gravatar bast-1/+18
[link] and [<link>] are also supported
2020-09-248bitify: Use NEAREST to resize avatar.Gravatar Matteo Bertucci-1/+1
It used to be the default, but it got changed in Pillow 7.0
2020-09-24Update pillow to 7.2Gravatar Matteo Bertucci-107/+114
2020-09-23Remove walk_extensions from exts' initGravatar Gustav Odinger-23/+3
- Updates __main__.py to use the walk_extensions in utils/extensions.py
2020-09-23git -> ffmpegGravatar Anubhav1603-1/+1
2020-09-22Remove non-existing class reference in constantsGravatar Gustav Odinger-1/+0
- Since URLs no longer exists, it's now removed from __all__
2020-09-22Fix GitHub repo link constant Gravatar gustavwilliam-1/+1
- Previous version was pointing to Python, not SeasonalBot Co-authored-by: Dennis Pham <[email protected]>
2020-09-22Changed Wikipedia to WikipediaSearchGravatar Anubhav-2/+2
2020-09-22Changed WikipediaCog-> WikipediaGravatar Anubhav-2/+2
Change this becuase this causing issue in help command
2020-09-22updated d.py to 1.4.1 and added voiceGravatar Anubhav1603-89/+103
2020-09-22changed List[str]->Optional[List[str]]Gravatar Anubhav1603-2/+2
2020-09-22handled exceptiom of ContentTypeError at search_wikipediaGravatar Anubhav1603-9/+12
2020-09-21Fix extensions command bot avatar urlGravatar Gustav Odinger-1/+1
- Uses self.bot (the bot instance) instead of Bot (the bot object) to access avatar url
2020-09-21Update snake cog so ext command won't show filesGravatar Gustav Odinger-4/+4
- Doing .c list would show the files inside the snakes module as individual cogs, which isn't the case
2020-09-21Move bot repo URL constant and delete avatar URLGravatar Gustav Odinger-8/+4
- Avatar URL can be accessed through bot.user.avatar_url and won't need to be a constant - Bot repo URL fits better under the Client named tuple - URLs class removed, since it was no longer used
2020-09-21Remove modlog from unload blacklist Gravatar gustavwilliam-1/+1
- No modlog exists for SeasonalBot and is therefore redundant Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Update max_size of paginator Gravatar gustavwilliam-1/+1
- Should prevent `RuntimeError: Line exceeds maximum page size 698` Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Fix core developers role idGravatar Gustav Odinger-1/+1
- Previous versions used the id from a local test server - This version uses the PyDis core developer role