Update README.md

This commit is contained in:
Isaac 2022-09-08 00:54:32 +01:00
parent d884789a49
commit 7dd1478de1
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -18,7 +18,7 @@ creation requires an interaction:
- [ ] user:create(self) -> category? -> topic or questions -> create
- [ ] user:create(staff) -> category? -> DM (channel fallback) button -> topic or questions -> create
- [x] message:create(self) -> category? -> topic or questions -> create
- [x] message:create(staff) -> category? -> DM (channel fallback) button -> topic or questions -> create
- [ ] ~~message:create(staff) -> category? -> DM (channel fallback) button -> topic or questions -> create~~
- [x] DM -> guild? -> category? -> topic or questions -> create
- [x] panel(interaction) -> topic or questions -> create
- [ ] ~~panel(message) -> DM (channel fallback) button -> topic or questions -> create~~