Skip to content

Commit 7c808f8

Browse files
author
James
committed
🔖 Ready to update
1 parent e9c46ab commit 7c808f8

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Dispy enables bot creators to focus on their idea and their bots' structure inst
3131

3232
## <div align="center">Roadmap</div>
3333
**Current Stat:** Beta</br>
34-
**Current Version:** 0.1.0.7</br>
34+
**Current Version:** 0.1.1</br>
3535
**Current Stability:** Stable</br>
3636

3737
- [x] Gateway & Events
@@ -43,16 +43,18 @@ Dispy enables bot creators to focus on their idea and their bots' structure inst
4343
- [x] Generic Functions ^
4444
- [x] Custom Functions ^
4545
- [ ] Rate Handler (Rate Limit)
46-
- [ ] Full Exception Support
46+
- [X] Full Exception Support
4747
- [x] Autocompletion
4848
- [x] Dispatched Events ~
4949
- [x] API Output ^
5050
- [x] Bot User Object
51-
- [ ] API Input
51+
- [X] API Input
5252
- [x] Asynchronous
5353
- [x] Hidden
5454
- [x] A way of awaiting output
5555
- [ ] Multiple bots support
56+
- [ ] Loop & After call definition
57+
- [ ] Supporting running while executing (in background)
5658
- [ ] Sharding Handler
5759
- [ ] Auto-connect & Exception ignore (for linux machine)
5860
- [ ] Logging

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dispy-bot"
3-
version = "0.1.0.7"
3+
version = "0.1.1"
44
authors = [
55
{ name="James French", email="jamesfrench.contact@gmail.com" },
66
]

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='dispy-bot',
8-
version='0.1.0.7',
8+
version='0.1.1',
99
description='A python-coded discord bot library.',
1010
long_description=open('README.md').read(),
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)