aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1039 from python-discord/add-run-bot-step-during-lintGravatar ChrisJL2022-02-20-2/+12
|\ | | | | Add run bot step during lint
| * Add a step during lint that inits the botGravatar Chris Lovering2022-02-20-1/+9
| | | | | | | | This step doesn't actually call bot.run(), and is designed to catch errors in imports/cog setup functions before they are merged.
| * Don't call bot.run() if IN_CI env var is setGravatar Chris Lovering2022-02-20-1/+3
|/
* Merge pull request #1037 from python-discord/fix-error-in-pull-1033Gravatar wookie1842022-02-20-1/+1
|\ | | | | Fix error in pull 1033
| * Fix TypeError caused by adding a list to a tupleGravatar Izan2022-02-20-1/+1
| |
| * Merge remote-tracking branch 'origin/main' into mainGravatar Izan2022-02-20-23/+159
| |\ | |/ |/|
* | Allow `.src` in dev-contrib and community-meta (#1033)Gravatar TizzySaurus2022-02-20-22/+26
| |
* | Merge pull request #1010 from ShakyaMajumdar/feat/latexGravatar Boris Muratov2022-02-19-1/+133
|\ \ | | | | | | Latex Command
| * \ Merge branch 'main' into feat/latexGravatar Boris Muratov2022-02-19-312/+1152
| |\ \ | |/ / |/| |
| * | add comments and docstrings, remove an unused variableGravatar Shakya Majumdar2022-02-01-1/+8
| | |
| * | paste image on a white backgroundGravatar Shakya Majumdar2022-01-26-2/+14
| | |
| * | rework directory structureGravatar Shakya Majumdar2022-01-21-10/+8
| | |
| * | remove mpl from depsGravatar Shakya Majumdar2022-01-19-211/+0
| | |
| * | Merge branch 'main' into feat/latexGravatar Shakya Majumdar2022-01-19-54/+54
| |\ \
| * | | rewrite, use the rtex api instead of mplGravatar Shakya Majumdar2022-01-18-75/+63
| | | |
| * | | fix path to cache in gitignoreGravatar Shakya Majumdar2022-01-10-1/+1
| | | |
| * | | format error messages in codeblocksGravatar Shakya Majumdar2022-01-10-1/+14
| | | |
| * | | run isort and flake8Gravatar Shakya Majumdar2022-01-10-5/+7
| | | |
| * | | add latex commandGravatar Shakya Majumdar2022-01-10-2/+326
| | | |
| | | * Merge remote-tracking branch 'origin/main' into mainGravatar Izan2022-02-16-405/+1638
| | | |\ | |_|_|/ |/| | |
* | | | Add topics for `#programming-pedagogy` channelGravatar DMFriends2022-02-16-0/+9
| | | |
* | | | Fix #1024 (#1030)Gravatar MaskDuck2022-02-15-1/+4
| | | |
* | | | Disable AoC completionist taskGravatar ChrisJL2022-02-15-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This disabled the completionist task that checks the leaderboard for people who have 50 stars and gives out the role. Since the event is running, we are not keeping the session cookies up to date, so this is flooding #dev-log with errors. This task should be altered in preparation for next event so that commenting out this line isn't required. Co-authored-by: ToxicKidz <[email protected]>
* | | | Merge pull request #778 from python-discord/merge-github-issuesGravatar ChrisJL2022-02-14-291/+202
|\ \ \ \ | | | | | | | | | | Merge automatic issue linking into the github cog
| * \ \ \ Merge branch 'main' into merge-github-issuesGravatar ChrisJL2022-02-14-614/+2030
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1026 from Shom770/fix-trivia-nightGravatar ChrisJL2022-02-12-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixing typo in `Roles.admin`
| * | | | | fix typoGravatar Shom7702022-02-12-1/+1
|/ / / / /
* | | | | Merge pull request #910 from Shom770/trivia-nightGravatar Boris Muratov2022-02-12-0/+885
|\ \ \ \ \ | | | | | | | | | | | | Trivia night event
| * | | | | missing extra 7Gravatar Shom7702022-02-09-1/+1
| | | | | |
| * | | | | add event runner role idGravatar Shom7702022-02-09-2/+2
| | | | | |
| * | | | | let the paginator do its thingGravatar Shom7702022-02-09-8/+2
| | | | | |
| * | | | | fix listsGravatar Shom7702022-02-09-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | command
| * | | | | paginationGravatar Shom7702022-02-09-2/+14
| | | | | |
| * | | | | fix scoreboard bugsGravatar Shom7702022-02-09-3/+46
| | | | | |
| * | | | | initialize scoreboard view only during displayGravatar Shom7702022-02-09-4/+6
| | | | | |
| * | | | | fix question bugGravatar Shom7702022-02-09-1/+1
| | | | | |
| * | | | | reverting back to original commit for a NamedTupleGravatar Shom7702022-02-09-6/+7
| | | | | |
| * | | | | reverting namedtuple changeGravatar Shom7702022-02-09-5/+11
| | | | | |
| * | | | | int to ordinal as a separate methodGravatar Shom7702022-02-09-14/+11
| | | | | |
| * | | | | Apply suggestions from code reviewGravatar Shom7702022-02-09-7/+6
| | | | | | | | | | | | | | | | | | Co-authored-by: Johannes Christ <[email protected]>
| * | | | | default timer is at 20 secondsGravatar Shom7702022-02-09-1/+1
| | | | | |
| * | | | | change .. to ...Gravatar Shom7702022-02-09-3/+3
| | | | | |
| * | | | | 3 second countdown before question starts.Gravatar Shom7702022-02-09-0/+3
| | | | | |
| * | | | | shorten field titles for after a question has been answeredGravatar Shom7702022-02-09-1/+1
| | | | | |
| * | | | | fixing .tn next logicGravatar Shom7702022-02-09-7/+18
| | | | | |
| * | | | | QoL: adding an emoji and the number of people who answered for when the ↵Gravatar Shom7702022-02-09-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | question is done
| * | | | | use correct emoji name for .tn listGravatar Shom7702022-02-09-5/+5
| | | | | |
| * | | | | preventing the number of points from reaching too highGravatar Shom7702022-02-09-1/+1
| | | | | |
| * | | | | sort the speed leaderboard properlyGravatar Shom7702022-02-09-4/+3
| | | | | |
| * | | | | sending the question is no longer accepting guesses as an ephemeralGravatar Shom7702022-02-09-0/+1
| | | | | |