Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 86ca751

Browse files
committed
fixed typos
1 parent e289ae7 commit 86ca751

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

discord_ui/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ class Components():
10301030
The main discord client
10311031
10321032
override_dpy: :class:`bool`
1033-
Whether some of discord.py'ss default methods should be overriden with this libary's; Default ``True``
1033+
Whether some of discord.py's default methods should be overriden with this libary's; Default ``True``
10341034
For more information see https://github.com/discord-py-ui/discord-ui/blob/main/discord_ui/override.py
10351035
10361036
auto_defer: Tuple[:class:`bool`, :class:`bool`]
@@ -1388,7 +1388,7 @@ class UI():
13881388
The discord bot client
13891389
13901390
override_dpy: :class:`bool`
1391-
Whether some of discord.py'ss default methods should be overriden with this libary's; Default ``True``
1391+
Whether some of discord.py's default methods should be overriden with this libary's; Default ``True``
13921392
For more information see https://github.com/discord-py-ui/discord-ui/blob/main/discord_ui/override.py
13931393
13941394
slash_options: :class:`dict`, optional

docs/source/_static/js/override_page.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ window.onload = function() {
8989
// attribute einzeln in eine Zeile packen
9090
result = document.getElementsByClassName("py property")
9191
for (let i = 0; i < result.length; i++)
92-
{
9392
result[i].style["display"] = "block";
94-
}
9593

9694

9795
// Makes page full size

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To receive a button press or a selection, we can listen to the ``button_press``
125125

126126

127127
To get the user who pressed the button, you use ``btn.author``.
128-
If you want to acces the message on which the button is, you use ``messsage``
128+
If you want to acces the message on which the button is, you use ``btn.messsage``
129129

130130
**Select menu**
131131

0 commit comments

Comments
 (0)