| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #1039 from python-discord/add-run-bot-step-during-lint | 2022-02-20 | -2/+12 | |
| |\ | | | | | Add run bot step during lint | |||
| | * | Add a step during lint that inits the bot | 2022-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 set | 2022-02-20 | -1/+3 | |
| |/ | ||||
| * | Merge pull request #1037 from python-discord/fix-error-in-pull-1033 | 2022-02-20 | -1/+1 | |
| |\ | | | | | Fix error in pull 1033 | |||
| | * | Fix TypeError caused by adding a list to a tuple | 2022-02-20 | -1/+1 | |
| | | | ||||
| | * | Merge remote-tracking branch 'origin/main' into main | 2022-02-20 | -23/+159 | |
| | |\ | |/ |/| | ||||
| * | | Allow `.src` in dev-contrib and community-meta (#1033) | 2022-02-20 | -22/+26 | |
| | | | ||||
| * | | Merge pull request #1010 from ShakyaMajumdar/feat/latex | 2022-02-19 | -1/+133 | |
| |\ \ | | | | | | | Latex Command | |||
| | * \ | Merge branch 'main' into feat/latex | 2022-02-19 | -312/+1152 | |
| | |\ \ | |/ / |/| | | ||||
| | * | | add comments and docstrings, remove an unused variable | 2022-02-01 | -1/+8 | |
| | | | | ||||
| | * | | paste image on a white background | 2022-01-26 | -2/+14 | |
| | | | | ||||
| | * | | rework directory structure | 2022-01-21 | -10/+8 | |
| | | | | ||||
| | * | | remove mpl from deps | 2022-01-19 | -211/+0 | |
| | | | | ||||
| | * | | Merge branch 'main' into feat/latex | 2022-01-19 | -54/+54 | |
| | |\ \ | ||||
| | * | | | rewrite, use the rtex api instead of mpl | 2022-01-18 | -75/+63 | |
| | | | | | ||||
| | * | | | fix path to cache in gitignore | 2022-01-10 | -1/+1 | |
| | | | | | ||||
| | * | | | format error messages in codeblocks | 2022-01-10 | -1/+14 | |
| | | | | | ||||
| | * | | | run isort and flake8 | 2022-01-10 | -5/+7 | |
| | | | | | ||||
| | * | | | add latex command | 2022-01-10 | -2/+326 | |
| | | | | | ||||
| | | | * | Merge remote-tracking branch 'origin/main' into main | 2022-02-16 | -405/+1638 | |
| | | | |\ | |_|_|/ |/| | | | ||||
| * | | | | Add topics for `#programming-pedagogy` channel | 2022-02-16 | -0/+9 | |
| | | | | | ||||
| * | | | | Fix #1024 (#1030) | 2022-02-15 | -1/+4 | |
| | | | | | ||||
| * | | | | Disable AoC completionist task | 2022-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-issues | 2022-02-14 | -291/+202 | |
| |\ \ \ \ | | | | | | | | | | | Merge automatic issue linking into the github cog | |||
| | * \ \ \ | Merge branch 'main' into merge-github-issues | 2022-02-14 | -614/+2030 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1026 from Shom770/fix-trivia-night | 2022-02-12 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixing typo in `Roles.admin` | |||
| | * | | | | | fix typo | 2022-02-12 | -1/+1 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #910 from Shom770/trivia-night | 2022-02-12 | -0/+885 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Trivia night event | |||
| | * | | | | | missing extra 7 | 2022-02-09 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | add event runner role id | 2022-02-09 | -2/+2 | |
| | | | | | | | ||||
| | * | | | | | let the paginator do its thing | 2022-02-09 | -8/+2 | |
| | | | | | | | ||||
| | * | | | | | fix lists | 2022-02-09 | -11/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | command | |||
| | * | | | | | pagination | 2022-02-09 | -2/+14 | |
| | | | | | | | ||||
| | * | | | | | fix scoreboard bugs | 2022-02-09 | -3/+46 | |
| | | | | | | | ||||
| | * | | | | | initialize scoreboard view only during display | 2022-02-09 | -4/+6 | |
| | | | | | | | ||||
| | * | | | | | fix question bug | 2022-02-09 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | reverting back to original commit for a NamedTuple | 2022-02-09 | -6/+7 | |
| | | | | | | | ||||
| | * | | | | | reverting namedtuple change | 2022-02-09 | -5/+11 | |
| | | | | | | | ||||
| | * | | | | | int to ordinal as a separate method | 2022-02-09 | -14/+11 | |
| | | | | | | | ||||
| | * | | | | | Apply suggestions from code review | 2022-02-09 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Johannes Christ <[email protected]> | |||
| | * | | | | | default timer is at 20 seconds | 2022-02-09 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | change .. to ... | 2022-02-09 | -3/+3 | |
| | | | | | | | ||||
| | * | | | | | 3 second countdown before question starts. | 2022-02-09 | -0/+3 | |
| | | | | | | | ||||
| | * | | | | | shorten field titles for after a question has been answered | 2022-02-09 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | fixing .tn next logic | 2022-02-09 | -7/+18 | |
| | | | | | | | ||||
| | * | | | | | QoL: adding an emoji and the number of people who answered for when the ↵ | 2022-02-09 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | question is done | |||
| | * | | | | | use correct emoji name for .tn list | 2022-02-09 | -5/+5 | |
| | | | | | | | ||||
| | * | | | | | preventing the number of points from reaching too high | 2022-02-09 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | sort the speed leaderboard properly | 2022-02-09 | -4/+3 | |
| | | | | | | | ||||
| | * | | | | | sending the question is no longer accepting guesses as an ephemeral | 2022-02-09 | -0/+1 | |
| | | | | | | | ||||