From 156ff09a7dbb804b4081d6e6fb9191397c37521f Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 20 Aug 2020 09:34:48 -0500 Subject: [PATCH] Add `Deglobalize` as a todo Remove global client instance to allow more than one client instance in one process. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdeec18..43449ae 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,6 @@ You can view examples in the [examples](examples) directory. - [ ] Guild - [ ] Misc. - [x] Sharding. +- [ ] Deglobalize. (Remove global client instance). - [ ] Audit log. -- [ ] Voice. \ No newline at end of file +- [ ] Voice.