Skip to content

Commit 50066fc

Browse files
committed
fix: correct pre-commit on legacy.
1 parent 63dd9cb commit 50066fc

15 files changed

+35
-36
lines changed

.github/ISSUE_TEMPLATE/custom---miscellaneous.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ labels: question
66
assignees: ''
77

88
---
9-
10-

.github/banner_transparent.png

-1 Bytes
Loading

.github/discordpyslashlogo.png

-1 Bytes
Loading

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
.cache/
66
_build/
77
build/
8-
dist/
8+
dist/

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,3 @@ For more advanced use, please refer to our official documentation on [context me
175175
- [discord-interactions-python](https://github.com/discord/discord-interactions-python)
176176
- If you are looking for a similar library for other languages, please refer to here:
177177
- [discord-api-docs Community Resources: Interactions](https://discord.com/developers/docs/topics/community-resources#interactions)
178-

docs/_static/scope.jpg

-7 Bytes
Loading

docs/components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Yep we support those too. You use them much the same as buttons. You can only ha
133133
min_values=1, # the minimum number of options a user must select
134134
max_values=2, # the maximum number of options a user can select
135135
)
136-
136+
137137
await ctx.send("test", components=[create_actionrow(select)]) # like action row with buttons but without * in front of the variable
138138
139139
@bot.event

docs/discord_slash.model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ discord\_slash.model module
66
:undoc-members:
77
:show-inheritance:
88
:inherited-members: Message
9-
:exclude-members: tts, content, channel, webhook_id, mention_everyone, embeds, id, mentions, author, attachments, nonce, pinned, role_mentions, type, call, flags, reactions, reference, application, activity, stickers
9+
:exclude-members: tts, content, channel, webhook_id, mention_everyone, embeds, id, mentions, author, attachments, nonce, pinned, role_mentions, type, call, flags, reactions, reference, application, activity, stickers

0 commit comments

Comments
 (0)