| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | | |
There is essentially no cooldown as the "help cooldown" role is now always applied when one has an open help channel.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This implicitly creates a one channel per user rule.
|
| | | | | | |
|
| | |/ / /
|/| | |
| | | |
| | | |
| | | | |
Make sure to only fetch infractions to reschedule by filtering by type and permanent status. We don't reschedule permanents as they will never be automatically expired, so they're a waste and clog to filter out manually. There is a PR for `site` to add the requisite filters (`types` and `permanent`).
We also only reschedule the soonest-expiring infractions, waiting until we've processed all of them before fetching the next batch by ordering them by expiration time.
|
| | | | | |
|
| | | | | |
|
| | | |\ \
| |_|/ /
|/| | | |
|
| | | | | |
|
| | | |\ \ |
|
| | | | |\ \ |
|
| | | |/ / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Boris Muratov <[email protected]>
|
| | | | | | |
|
| | | | | | |
|
| | |_|_|/
|/| | |
| | | |
| | | |
| | | | |
This command takes a CSV file or a link to one. This CSV file has three rows: 'Team Name', 'Team Member Discord ID', and 'Team Leader'.
The Team Name will be the name of the team's channel, the Member ID tells which user belongs to this team, and leam leader, which is either Y/N, tells if this user is the team leader. It will create text channels for each team and make a team leaders chat channel as well. It will ping the Events Lead role with updates for this command.
|
| |\ \ \ \
| | | | |
| | | | | |
Fix pre-commit, since flake8 isn't a task
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Added blocking tag
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | | |
Constants: use in-server emojis for incident
|
| |/ / / /
| | | |
| | | | |
The default config is currently referencing the emoji server versions, making it unable to work with the nomination archive automation
|
| |\ \ \ \
| | | | |
| | | | | |
Nomination archive automation
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Hotfix: Fixes Dependency Install Flag In Dockerfile
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | | |
Upgrade To 3.9 and Poetry
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
These were added back accidentaly as part of a merge conflict.
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Add docker-compose.override.yml to gitignore
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Updates YTDL Tag
Updates the tag to include similar tools, and adds an open-ended descriptor.
Co-authored-by: ChrisJL <[email protected]>
|
| | | | | | | |
|
| | | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Xithrius <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Xithrius <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit reverts the changes to int e, by giving the invoker instructions
on how to access the export via int e. This means the metabase exports are not
inserted to every int e envrionment.
I have also added a seperate message in this commit to handle when the paste service
is offline.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This means the handling of the response comes directly after the context manager
rather than having to handle errors.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This removes the need to manually validate user input.
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
StringIO as it has no underlying connections, so a context manager is not needed
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit also includes a minor docstring change
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|