Add `Deglobalize` as a todo

Remove global client instance to allow more than one client instance in one process.
This commit is contained in:
SeanOMik 2020-08-20 09:34:48 -05:00 committed by GitHub
parent 0764147bed
commit 156ff09a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -46,5 +46,6 @@ You can view examples in the [examples](examples) directory.
- [ ] Guild - [ ] Guild
- [ ] Misc. - [ ] Misc.
- [x] Sharding. - [x] Sharding.
- [ ] Deglobalize. (Remove global client instance).
- [ ] Audit log. - [ ] Audit log.
- [ ] Voice. - [ ] Voice.