| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| | |
| |
| | |
moved `author:` outside of `is_query` for better readability and understanding
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
| |
for hacktoberstats, prs with spam labels doesnt count
|
| | |
|
| |
|
|
|
| |
This check is to see if a GitHub user is non-existent. We do not want to log
this as an error.
|
| |
|
|
| |
Ensures an error does not occur when a GitHub user does not exist.
|
| |
|
|
| |
Also changed the user agent from `Discord Python Hacktoberbot` to `Python Discord Hacktoberbot`.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
I've updated the Hacktoberfest channel ID to the ID of the new channel
just created for the 2020 edition of the event.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
This fixes a new lint error (F541) introduced by flake8 3.8.
|
| |\ |
|
| | |
| |
| |
| | |
the flow
|
| | |
| |
| |
| | |
The bot doesn't have enough rights to modify staff nicknames, and can't change it when it is invoked through DM neither.
|
| | | |
|
| |/ |
|
| |
|
|
|
|
| |
All calls to `wait_until_ready` are replaced with the new event.
To help with static analysis, we annotate `bot` attrs as instances
of our custom SeasonalBot class where necessary.
|
| |
|
|
| |
Co-authored-by: MarkKoz <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The previous system required each extension's `setup` func to log
that the cog was loaded. This leads to inconsistent messages all
trying to convey the same thing, variable logger names in the output
file are difficult to read, and several extensions were not logging
at all.
By logging directly in the `add_cog` method, we reduce code repetition,
ensure consistent format, and remove the responsibility to remember
that a log should be made.
|
|
|
It is believed that this is now a more logical name for the package,
as extensions no longer bind to seasons.
Internally, packages are still grouped into seasonal sub-packages.
There are quite a few, and it makes sense to group them by a common
theme that inspired their functionality.
|