| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We are currently migrating our backend to a Kubernetes cluster. As this
requires changes to our CI anyway, this is a good time to also migrate
our CI Pipeline to GitHub Actions and start using the GitHub Container
Registry to push our builds.
Changes compared to the old situation:
- flake8 linting errors will now show up as GH Actions annotations
- containers are tagged with both "latest" and a short commit SHA
Note: This version of the workflow still pushes to DockerHub IN ADDITION
TO GHCR. This is to make the transition between the two deployment
systems as seamless as possible.
|
| |\
| |
| | |
Fix candy mini-game to group leader-board scores correctly
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Bump 'discord.py' to 1.5.1 and use explicit intents
|
| | |\ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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]>
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
| | |
| | |
| | |
| | | |
Bugfix release:
https://discordpy.readthedocs.io/en/latest/whats_new.html#v1-5-1
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
For now, we require the privileged 'Guild Members' intent, to maintain
all current functionality (e.g. Member convertors working with IDs).
In the future, we may look into disabling this intent.
|
| | | | |
|
| | | |\
| |_|/
|/| | |
|
| |\ \ \
| | | |
| | | | |
[Bug] emoji command
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | | |
Co-authored-by: Rohan Reddy Alleti <[email protected]>
|
| | | | |
| | | |
| | | | |
Co-authored-by: Rohan Reddy Alleti <[email protected]>
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |\ \ \ |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Rohan Reddy Alleti <[email protected]>
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Rohan Reddy Alleti <[email protected]>
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | | |
Hackstats: fix time and date specifics
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | | |
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
update hacktoberstats logic for updated rules
|
| | | |/ / / /
| |/| | | | |
|
| | |\ \ \ \ \
| |/ / / / /
|/| / / / /
| |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Change error message for roll command to use the correct prefix
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
- Previously used `!` as the prefix, while `.` is the correct one
- Now imports prefix from bot.constants, so it'll always be up to date
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Comply with TMDB API ToS
|
| |/ / / / / |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
These are channels created for the CPython Core Dev Sprint event.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
There were two attributes named 'announcements' on the Channels class.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Removed a trailing white space that caused a build failure.
|
| | | | | |
| | | | |
| | | | | |
For the sake of entertainment of the Core Devs, I have added the SeasonalBot functionality to the Core Dev Sprint channels.
|
| |\ \ \ \ \ |
|
| | | | | | | |
|