From 7dd1478de17dff4245db8005ae85b4e31677799b Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 8 Sep 2022 00:54:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2251cd4..59a2f02 100644 --- a/README.md +++ b/README.md @@ -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~~