You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2022. It is now read-only.
This is a [discord.py](https://github.com/Rapptz/discord.py) ui extension made by [404kuso](https://github.com/404kuso) and [RedstoneZockt](https://github.com/RedstoneZockt)
23
23
for using discord's newest ui features like buttons, slash commands and context commands (we got dpy2 supported if you want to keep using our libary)
> `SelectedMenu.selected_values` are not the raw values that were selected, `SelectMenu.selected_options` are the options of type `SlashOption` that were selected
223
+
- MISSING => None
224
+
> All instance values that were `MISSING` by default are now `None`
225
+
226
+
227
+
228
+
</details>
229
+
230
+
- <details>
231
+
<summary>4.2.15</summary>
232
+
233
+
# Fixed
183
234
-#97
184
235
185
236
</details>
@@ -230,7 +281,7 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/
230
281
231
282
- <details>
232
283
<summary>4.2.8</summary>
233
-
284
+
234
285
## **Added**
235
286
236
287
- edit_subcomand
@@ -251,19 +302,15 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/
251
302
<summary>4.2.7</summary>
252
303
253
304
## **Added**
254
-
255
305
-`on_component`
256
306
> There is now an event with the name `component` that will be dispatched whenever a component was received
257
307
> If you use `Message.wait_for`, there is now a new event choice with the name `component` (`message.wait_for("component", client)`)
258
308
259
-
260
309
## **Fixed**
261
-
262
310
-#94
263
311
> DM issue with deleting messages
264
312
265
313
## **Changed**
266
-
267
314
-`edit`
268
315
> Edit now takes "content" as not positional (`.edit("the content")` works now)
269
316
- component lenght
@@ -949,5 +996,5 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/
0 commit comments