Remove deprecated ae7q extension from options.py template

This commit is contained in:
Jason Schollenberger 2025-03-12 20:49:41 -04:00 committed by classabbyamp
parent 312da11631
commit 6b4f985f07
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `run.sh` to respect the `VIRTUAL_ENV` environment variable. - `run.sh` to respect the `VIRTUAL_ENV` environment variable.
- Use Discord application emojis. - Use Discord application emojis.
- Fix indentation in some text responses. - Fix indentation in some text responses.
### Removed
- Deprecated `ae7q` extension from the default configuration (#486).
## [2.9.2] - 2023-12-15 ## [2.9.2] - 2023-12-15

View File

@ -35,7 +35,6 @@ owners_uids = (200102491231092736, 564766093051166729)
# The extensions to load when running the bot. # The extensions to load when running the bot.
exts = [ exts = [
"base", "base",
"ae7q",
"callsign", "callsign",
"codes", "codes",
"contests", "contests",