Skip to content

Commit 8fd34fb

Browse files
author
James
committed
Merge branch 'main' of https://github.com/Dispy-inc/Dispy
2 parents 7c808f8 + 7510d7a commit 8fd34fb

File tree

6 files changed

+22
-20
lines changed

6 files changed

+22
-20
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Dispy lets bot developers focus on their ideas and the structure of their bots i
3232
* Contribute
3333
* [Adding an API function](informations/contribute/adding-an-api-function.md): Learn how to add any missing functions to Dispy
3434
* Versions ([Changelogs](informations/changelogs/))
35-
* [0.1.1](informations/changelogs/0.1.1.md) (Work in progress)
35+
* [0.1.1](informations/changelogs/0.1.1.md)
3636
* [0.1.0.7](informations/changelogs/0.1.0.7.md)
3737
* [0.1.0.6](informations/changelogs/0.1.0.6.md)
3838
* [0.1.0.5](informations/changelogs/0.1.0.5.md)

docs/documentation/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: copy
66

77
***
88

9-
{% hint style="danger" %}
9+
{% hint style="info" %}
1010
These examples assume that you have the **Message Content** privileged intent enabled. Follow step 4 on the [Create a bot](readme/setup-your-bot-on-discord.md) guide.
1111
{% endhint %}
1212

docs/informations/changelogs/0.1.0.7.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ And i'm working on slash commands, it will be really cool to use!
1414

1515
**New**
1616

17+
* Support adding reactions and removing them.
18+
* You can now kick people by doing user/member.kick(), _<mark style="background-color:orange;">ban and timeout will be added later.</mark>_
19+
* Snowflakes (IDs) now are represent as STR and INT, so you can compared them (e.g. is equal) with STR and INT values.
20+
* ISO timestamp are now automaticly converted to epoch timestamp, now dispy will only use this kind of timestamp because it is easier to manipulate it.
21+
* New default embed color added, called "embed-discord", it is the same color as the entire embed frame (Except for phones, constancy in discord design doesn't exist).
22+
* _<mark style="background-color:orange;">Started working on slash commands</mark>_
23+
24+
**New**
25+
1726
* Support adding reactions and removing them.
1827
* Snowflakes (IDs) now are represent as STR and INT, so you can compared them (e.g. is equal) with STR and INT values.
1928
* ISO timestamp are now automatically converted to epoch timestamp, now dispy will only use this kind of timestamp because it is easier to manipulate.

docs/informations/changelogs/0.1.1.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,34 @@
11
# 0.1.1
22

3-
Release date : **May**
3+
Release date : **23 April 2025**
44

55
***
66

7-
### Test It
8-
9-
To install this work in progress version, you need to follow theses commands:
10-
11-
```sh
12-
pip install git+https://github.com/Dispy-inc/Dispy.git
13-
```
14-
15-
{% hint style="warning" %}
16-
This is an experimental version, you may encounter bugs.
17-
{% endhint %}
7+
Hey, this version is mainly bug fixes. Developing Dispy is becoming really difficult and too complex for me, I will still try to update it but i'm not sure I will.
188

199
### Changelog
2010

2111
#### New
2212

2313
* Now, every errors are covered by the custom dispy error display.
14+
* Added [Appdirs](https://github.com/ActiveState/appdirs) inside Dispy for the upcoming slash commands.
15+
* You can now add more than 1 image on your embed.
2416

2517
#### Changes
2618

2719
* Made some comment more comprehensible.
2820
* When getting the result of an API request, you are no longer required to use `.get()`, you can directly get the value. (It was removed so don't use it)
2921
* `bot.create_message()` was changed to `bot.send_message()`.
22+
* **A lot of Dispy networking was optimized.**
3023

3124
#### Fix
3225

33-
* Embeds can now have multiple images if an URL is specified.
26+
* Fixed an issue with guild tag (clans) making an error for users having one.
3427

3528
### How to update my code?
3629

3730
Is there anyone using the lib anyway 😂?
3831

3932
1. Replace every `bot.create_message()` to `bot.send_message()`.&#x20;
4033
2. When getting the result of an API request, you need to remove your `.get()` and directly get the values.
34+
3. Change the `whole_name` (coming from an user) to `full_username`.

docs/informations/changelogs/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ layout:
1515

1616
# Changelogs
1717

18-
***
19-
2018
In this space, every versions of dispy will be added to this page. I will try to make versions of dispy compatible with older code, if it is not, it will be shown with <picture><source srcset="../../.gitbook/assets/warning_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/warning_light.png" alt=""></picture>
2119

2220
If the version you want to upgrade to is Destructive, you will find instructions to update your code in the changelogs.
@@ -28,9 +26,9 @@ Version will be displayed following this scheme: `MAIN . MAJOR . UPDATE/PATCH` (
2826

2927
### Versions
3028

31-
* [0.1.1](0.1.1.md)<picture><source srcset="../../.gitbook/assets/warning_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/warning_light.png" alt=""></picture>(Coming soon)
32-
* [0.1.0.7](0.1.0.7.md)<picture><source srcset="../../.gitbook/assets/warning_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/warning_light.png" alt=""></picture>
33-
* [0.1.0.6](0.1.0.6.md)
29+
* [0.1.1](0.1.1.md)<picture><source srcset="../../.gitbook/assets/warning_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/warning_light.png" alt=""></picture>
30+
* [0.1.0.7](0.1.0.7.md)<picture><source srcset="../../.gitbook/assets/cross_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/cross_light.png" alt=""></picture>
31+
* [0.1.0.6](0.1.0.6.md)<picture><source srcset="../../.gitbook/assets/cross_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/cross_light.png" alt=""></picture>
3432
* [0.1.0.5](0.1.0.5.md)<picture><source srcset="../../.gitbook/assets/cross_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/cross_light.png" alt=""></picture>
3533
* [0.1.0](0.1.0.md)<picture><source srcset="../../.gitbook/assets/cross_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/cross_light.png" alt=""></picture>
3634
* [0.0.1](0.0.1.md)<picture><source srcset="../../.gitbook/assets/cross_dark.png" media="(prefers-color-scheme: dark)"><img src="../../.gitbook/assets/cross_light.png" alt=""></picture>

docs/informations/roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This category is not very interesting for developer
3232
* [x] Generic Functions ^
3333
* [x] Custom Functions ^
3434
* [ ] Rate Handler (Rate Limit)
35+
* [x] Full Exception Support
3536
* [x] Autocompletion
3637
* [x] Dispatched Events \~
3738
* [x] API Output ^

0 commit comments

Comments
 (0)