mirror of
https://github.com/miaowware/qrm2.git
synced 2026-05-02 11:43:59 -04:00
Remove deprecated ae7q extension from options.py template
This commit is contained in:
parent
312da11631
commit
6b4f985f07
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user