File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Dispy enables bot creators to focus on their idea and their bots' structure inst
31
31
32
32
## <div align =" center " >Roadmap</div >
33
33
** Current Stat:** Beta</br >
34
- ** Current Version:** 0.1.0.7 </br >
34
+ ** Current Version:** 0.1.1 </br >
35
35
** Current Stability:** Stable</br >
36
36
37
37
- [x] Gateway & Events
@@ -43,16 +43,18 @@ Dispy enables bot creators to focus on their idea and their bots' structure inst
43
43
- [x] Generic Functions ^
44
44
- [x] Custom Functions ^
45
45
- [ ] Rate Handler (Rate Limit)
46
- - [ ] Full Exception Support
46
+ - [X ] Full Exception Support
47
47
- [x] Autocompletion
48
48
- [x] Dispatched Events ~
49
49
- [x] API Output ^
50
50
- [x] Bot User Object
51
- - [ ] API Input
51
+ - [X ] API Input
52
52
- [x] Asynchronous
53
53
- [x] Hidden
54
54
- [x] A way of awaiting output
55
55
- [ ] Multiple bots support
56
+ - [ ] Loop & After call definition
57
+ - [ ] Supporting running while executing (in background)
56
58
- [ ] Sharding Handler
57
59
- [ ] Auto-connect & Exception ignore (for linux machine)
58
60
- [ ] Logging
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " dispy-bot"
3
- version = " 0.1.0.7 "
3
+ version = " 0.1.1 "
4
4
authors = [
5
5
{ name =" James French" , email =" jamesfrench.contact@gmail.com" },
6
6
]
Original file line number Diff line number Diff line change 1
- aiohttp == 3.11.11
2
- setuptools == 75.6.0
3
- websocket_client == 1.8.0
1
+ aiohttp == 3.11.12
2
+ setuptools == 75.8.2
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'dispy-bot' ,
8
- version = '0.1.0.7 ' ,
8
+ version = '0.1.1 ' ,
9
9
description = 'A python-coded discord bot library.' ,
10
10
long_description = open ('README.md' ).read (),
11
11
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments