blob: f42f1e66eb6ce5f9eb6870cc0d41e9e9105fd160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
TODO:
- Credentials/config system
- fetch from SOMEWHERE
- env? built-in? header? linked in as txt?
- Discord API Abstraction
- GET/POST/DELETE/WHATEVER api that you can send quick requests to the API
already authenticated.
- Discord Websockets
- authentication
- libcurl
- reconnecting/resuming
- heartbeat
- Event Abstractor
- Name initcall levels
- ill figure out a use for all of the levels once i actually get some work
in play
- command registration API
|