-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboticordnim.nim
20 lines (18 loc) · 952 Bytes
/
boticordnim.nim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Welcome to boticordnim Documentaion!
##
## Reference
## =========
## * Resources modules
## - `bots` Includes methods to get data about specific bot or post statistics of your own bots
## - `servers` and `users` Includes methods to get data about specific server and user profile respectively
## - `search` Includes methods to perform search among server, bots and comments of previously mentioned resources
## **It's recommended to provide token where it is possible in resources methods**
##
## * Gateway
## - `notifications` Includes method to start receiving events from Boticord in real-time
##
## Examples
## ========
## Examples of usage are located in [project's readme](https://github.com/boticord/boticordnim) and [examples folder](https://github.com/boticord/boticordnim/tree/master/examples)
import boticordnim/[bots, notifications, search, servers, typedefs, users]
export bots, notifications, search, servers, typedefs, users