index
:
discobra
this commit
master
A fast, easy to use Discord API wrapper.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add channels for guilds
HEAD
master
mjk134
2022-07-14
3
-8
/
+192
*
feat: Add basic implementation of Guild and some of its sub properties
mjk134
2022-07-13
2
-2
/
+200
*
fix(client): Bug with not receiving events as soon as they are fired
mjk134
2022-07-12
1
-2
/
+3
*
feat(client): Add client caching
mjk134
2022-07-12
2
-6
/
+117
*
chore: Add special /tests folder to .gitignore
Noah
2022-07-12
1
-0
/
+3
*
feat(client): Switch to aiohttp for webscokets connections
mjk134
2022-07-12
2
-13
/
+28
*
Merge branch 'master' of https://github.com/mounderfod/discobra
mjk134
2022-07-11
7
-32
/
+150
|
\
|
*
docs: Add more documentation where possible.
Noah
2022-07-09
2
-1
/
+46
|
*
chore: Reformat code
Noah
2022-07-09
7
-28
/
+27
|
*
fix(client): {
Noah
2022-07-09
1
-0
/
+2
|
*
Merge remote-tracking branch 'origin/master'
Noah
2022-07-09
1
-11
/
+0
|
|
\
|
*
\
Merge branch 'master' of https://github.com/mounderfod/discobra
Noah
2022-07-09
3
-63
/
+120
|
|
\
\
|
*
|
|
docs: Document most of everything so far
Noah
2022-07-09
2
-1
/
+76
*
|
|
|
chore(client): Change send method of hearbeat + identify
mjk134
2022-07-11
2
-3
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
chore: leaked my token :clap:
mjk134
2022-07-09
1
-11
/
+0
|
|
/
|
/
|
*
|
feat(rest): Added a class with methods to access api, with a single session
mjk134
2022-07-09
3
-30
/
+34
*
|
fix(client): Changed token reference and declaration to _token
mjk134
2022-07-09
1
-5
/
+4
*
|
Merge branch 'master' of https://github.com/mounderfod/discobra
mjk134
2022-07-09
9
-46
/
+265
|
\
|
|
*
fix(actions): Remove duplicate pdoc installation
Noah
2022-07-09
1
-1
/
+0
|
*
fix(actions): Add pdoc to requirements.txt
Noah
2022-07-09
1
-1
/
+2
|
*
refactor(client): Use REST for `Client.user`, add enums for flags and premium...
Noah
2022-07-09
4
-25
/
+166
|
*
fix(intents): Fix `Intents` to use addition and not bit-shifting
Noah
2022-07-09
1
-23
/
+33
|
*
feat(http): Add basic API for sending HTTP requests
Noah
2022-07-09
4
-1
/
+69
*
|
feat: Added poll event loop
mjk134
2022-07-09
1
-32
/
+88
|
/
*
Merge branch 'master' of https://github.com/mounderfod/discobra
mjk134
2022-07-09
2
-0
/
+3
|
\
|
*
fix(actions): Run requirements.txt
Noah
2022-07-09
1
-0
/
+1
|
*
fix(actions): Add requirements.txt
Noah
2022-07-09
1
-0
/
+2
|
*
Merge branch 'master' of https://github.com/mounderfod/discobra
Noah
2022-07-09
0
-0
/
+0
|
|
\
|
*
|
feat(events): Add `EventEmitter` + fix `User` constructor not being able to s...
mjk134
2022-07-09
5
-12
/
+51
*
|
|
update typings and event logic
mjk134
2022-07-09
2
-17
/
+33
|
|
/
|
/
|
*
|
Add `EventEmitter` + fix `User` constructor not being able to set key, values
mjk134
2022-07-08
5
-12
/
+51
|
/
*
feat(gateway): Add ready data to `user` attribute of `Client`
Noah
2022-07-08
2
-1
/
+26
*
chore: Merge branch 'master' of https://github.com/mounderfod/discobra
Noah
2022-07-08
1
-10
/
+19
|
\
|
*
- Add `run` to `Client` to start async loop
mjk134
2022-07-08
1
-10
/
+19
|
*
feat(gateway): Added basic gateway connection
Noah
2022-07-08
1
-0
/
+49
*
|
feat(gateway): Added basic gateway connection
Noah
2022-07-08
2
-0
/
+49
|
/
*
fix(gateway): Access the enum value rather than calling it
Noah
2022-07-08
1
-1
/
+1
*
docs: Add some neat badges to README.md
Noah
2022-07-08
1
-0
/
+5
*
docs: Update README.md, add it to the main docs page
Noah
2022-07-08
3
-2
/
+13
*
docs: Add favicon, logo and footer message
Noah
2022-07-08
1
-1
/
+1
*
fix(actions): Move .nojekyll to correct folder
Noah
2022-07-08
1
-0
/
+0
*
fix(actions): Disable Jekyll
Noah
2022-07-08
1
-0
/
+1
*
fix(actions): Make GH pages work
Noah
2022-07-08
1
-3
/
+19
*
feat(actions): Add docs action
Noah
2022-07-08
1
-0
/
+19
*
feat(gateway): Add intents class
Noah
2022-07-08
1
-0
/
+52
*
chore: Update gitignore and license
Noah
2022-07-07
2
-1
/
+4
*
inital folder structure w/ setup.py
mjk134
2022-07-07
3
-0
/
+13
*
Initial commit
Noah
2022-07-07
3
-0
/
+152