finished discord > adapter functionality
This commit is contained in:
@@ -208,7 +208,7 @@ python ./youdis.py
|
|||||||
- legacy auth/user-management commands were removed from the active adapter path
|
- legacy auth/user-management commands were removed from the active adapter path
|
||||||
- `.env` is now supported for local/dev convenience, while real environment variables still override it in prod/docker
|
- `.env` is now supported for local/dev convenience, while real environment variables still override it in prod/docker
|
||||||
- command registration required explicit binding plus `@bot.listen()` listeners in this adapter structure
|
- command registration required explicit binding plus `@bot.listen()` listeners in this adapter structure
|
||||||
* [ ] 2.0.3: remove deprecated discord-bot functionality (2)
|
* [X] 2.0.3: remove deprecated discord-bot functionality (2)
|
||||||
delete or retire legacy bot behaviors that no longer fit once the backend split is in place
|
delete or retire legacy bot behaviors that no longer fit once the backend split is in place
|
||||||
** pm notes
|
** pm notes
|
||||||
- only remove this after the new path works. this is cleanup, not pioneering work.
|
- only remove this after the new path works. this is cleanup, not pioneering work.
|
||||||
@@ -227,7 +227,7 @@ delete or retire legacy bot behaviors that no longer fit once the backend split
|
|||||||
- deprecated artifacts are clearly removed or marked
|
- deprecated artifacts are clearly removed or marked
|
||||||
|
|
||||||
** evidence
|
** evidence
|
||||||
- commit:
|
- commit: 0aa9950
|
||||||
- tests:
|
- tests:
|
||||||
1. `python3 -m py_compile ./youdis.py ./youdis/adapters/discord.py`
|
1. `python3 -m py_compile ./youdis.py ./youdis/adapters/discord.py`
|
||||||
2. `rg -n "users.json|api_token" README.md unraid-ca-template.xml youdis.py youdis/adapters/discord.py`
|
2. `rg -n "users.json|api_token" README.md unraid-ca-template.xml youdis.py youdis/adapters/discord.py`
|
||||||
|
|||||||
Reference in New Issue
Block a user