Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update site contributing guide to Python 3.13 | 2025-07-27 | -1/+1 | |
| | ||||
* | Other references/usages of poetry migrated to uv | 2025-07-17 | -3/+3 | |
| | ||||
* | Installation of project dependencies guide migrated to uv | 2025-07-17 | -14/+2 | |
| | | | | | | Removed PyCharm guide due to it containing the poetry plugin and there isn't a direct alternative to that besides just creating a virtual environment from uv and using that in PyCharm | |||
* | Project installation guides from poetry to uv | 2025-07-17 | -13/+12 | |
| | ||||
* | Update sir-lancebot Python version | 2025-04-08 | -1/+1 | |
| | | | For after https://github.com/python-discord/sir-lancebot/pull/1670 | |||
* | Fix typos | 2025-03-11 | -1/+1 | |
| | ||||
* | Merge pull request #1444 from kkrypt0nn/patch-heroku-vps-guide | 2025-03-02 | -14/+0 | |
|\ | | | | | Heroku is no longer free | |||
| * | Heroku is no longer free | 2024-12-03 | -14/+0 | |
| | | ||||
* | | Clarify embed characters limit | 2025-02-25 | -2/+2 | |
| | | ||||
* | | docs: include privileged intents in `setting-test-server-and-bot-account.md` | 2025-02-14 | -2/+5 | |
| | | ||||
* | | docs: update required privileged intents in bot.md | 2025-02-14 | -2/+2 | |
| | | ||||
* | | Update netcup website URL | 2025-02-06 | -1/+1 | |
|/ | | | | | | Via e-mail forwarded to me by Chris. Reported-by: Chris Lovering <[email protected]> | |||
* | Fix typo in `git remote add` in the guide (#1437) | 2024-11-23 | -1/+1 | |
| | ||||
* | Add our reference to Netcup links | 2024-04-15 | -1/+1 | |
| | ||||
* | Update Python version requirements in contributing guide (#1283) | 2024-04-01 | -2/+2 | |
| | ||||
* | Merge branch 'main' into docs/dark-theme | 2024-01-28 | -9/+10 | |
|\ | ||||
| * | Dark: For content pages using transparent images... | 2024-01-17 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. {: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border. | |||
| * | Fix all conflicts | 2023-12-14 | -881/+2028 | |
| |\ | | | | | | | | | | hopefully I dont have to do this again | |||
| * | | Use colour helpers | 2022-02-08 | -4/+4 | |
| | | | ||||
* | | | Add section about dark mode in guide for contributing a page | 2024-01-28 | -0/+24 | |
| |/ |/| | ||||
* | | Mention READMEs for app dirs in contributing guide (#1168) | 2023-12-11 | -0/+5 | |
| | | | | | | | | | | | | Allow people to figure out our repository structure easily after settnig up the project. Part of #673. | |||
* | | Fix typo in psql quit command | 2023-12-04 | -1/+1 | |
| | | ||||
* | | Update required Python version | 2023-12-04 | -1/+1 | |
| | | | | | | | | | | Include a note to update the contributor guide in the Dockerfile instruction pinning the Python version as well. | |||
* | | Link guide to contributing a page in site guide (#1105) | 2023-09-18 | -1/+1 | |
| | | ||||
* | | Document Netlify static previews | 2023-08-31 | -0/+8 | |
| | | | | | | | | Closes #677. | |||
* | | Capitalize Python outside of tags (#1046) | 2023-08-02 | -2/+2 | |
| | | | | | | | | | | Related to #1044. Co-authored-by: Xithrius <[email protected]> | |||
* | | Fix a typo in bot.md (#1058) | 2023-07-31 | -1/+1 | |
| | | | | | | Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres". | |||
* | | Drop redirect usage from URL references (#1016) | 2023-07-11 | -8/+8 | |
| | | | | | | | | | | | | | | | | Just one separate, and present beforehand, broken link remains: $ httrack -E --robots=0 --spider http://127.0.0.1:8000 -v | grep 404 20:18:51 Error: "Not Found" (404) at link 127.0.0.1:8000/events/game-jam-2020/technical-requirements/ (from 127.0.0.1:8000/events/game-jams/2020/judging/) Closes #681. | |||
* | | Fix "PostegreSQL" typo | 2023-07-09 | -1/+1 | |
| | | ||||
* | | Fix broken links in the contributing guide. (#1002) | 2023-06-22 | -2/+2 | |
| | | ||||
* | | Merge branch 'main' into subclassing_bot | 2023-06-10 | -3/+1 | |
|\ \ | ||||
| * | | Remove mentions of there being multiple snekbox containers (#988) | 2023-05-30 | -3/+1 | |
| | | | | | | | | | | | | | | | With https://github.com/python-discord/bot/pull/2618 there will only be 1 snekbox container, that runs the latest verison of snekbox. Supporting multiple versions of snekbox will be covered by https://github.com/python-discord/snekbox/issues/158 where a single instance of snekbox will nativly support multiple Python verisons. | |||
* | | | remove .md for hyperlinks | 2023-05-17 | -2/+2 | |
| | | | ||||
* | | | add reference link for overriding context and fix link for subclassing bot | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | add reference link for overriding context and fix link for subclassing bot | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | remove redundant info | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | satisfy linter | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | give a simple introduction to cogs and example links | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | remove typo | 2023-05-17 | -2/+1 | |
| | | | ||||
* | | | highlight 'Bot' in the description with backticks. | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | correct return type annotation for get_launch_time_str function | 2023-05-17 | -1/+2 | |
| | | | ||||
* | | | use launch_time attribute in the example method and command | 2023-05-17 | -10/+10 | |
| | | | ||||
* | | | condesed the 2 examples in 1 and added additional comments for reference. | 2023-05-16 | -35/+35 | |
| | | | ||||
* | | | Merge branch 'main' into subclassing_bot | 2023-05-14 | -866/+1928 | |
|\| | | ||||
| * | | Switch to ruff for linting | 2023-05-10 | -1/+1 | |
| | | | ||||
| * | | Merge branch 'main' into update-sir-lancebot-contrib-guide | 2023-05-07 | -288/+257 | |
| |\ \ | ||||
| | * | | Seperate manual configuration out of the main bot contributing guide | 2023-04-22 | -288/+257 | |
| | | | | | | | | | | | | | | | | Also update the guide to be far simpler, and less words to read for our contributors to get setup. | |||
| * | | | update forgotten mentions of sir-lancebot-commands channel | 2023-05-07 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This also updates: - docker compose commands - use fake redis env var | |||
| * | | | remove unused cycle_frequency env var | 2023-05-07 | -1/+0 | |
| | | | | ||||
| * | | | remove defaults column | 2023-05-07 | -17/+17 | |
| | | | | | | | | | | | | | | | | fix sir lancebot pg env var name |