Commit Graph

10 Commits

Author SHA1 Message Date
SeanOMik f1ec478904
Finish all channel endpoints that should be in channel.nim
There's still some other channel related endpoints but they should be in `message.nim` not `channel.nim`
2020-06-18 00:52:32 -05:00
SeanOMik 0e1cb7280a
Add Channel.getMessages method 2020-06-17 23:51:38 -05:00
SeanOMik 3630005e19
Simplify creation of IOError exception 2020-06-17 23:50:17 -05:00
SeanOMik b3dc748a64
Create channel, cache, and split client types into seperate nim file 2020-06-17 22:18:54 -05:00
SeanOMik 2bf20854d6
Push untested ratelimiting. 2020-06-17 00:34:23 -05:00
SeanOMik ec8e41fa84
Fix exception when trying to read from token file. 2020-05-31 01:14:56 -05:00
SeanOMik 512239b986
Read token from file. 2020-05-31 01:13:57 -05:00
SeanOMik ce11b1613c
Finish event system. 2020-05-29 23:59:23 -05:00
SeanOMik 0b11d2f5e0
Get the gateway heartbeating. 2020-05-29 01:20:39 -05:00
SeanOMik e87241d7a6
Get the client connected but nothing else. 2020-05-28 00:50:53 -05:00