Skip to content

Commit 1a7de56

Browse files
authored
5.11.0
5.11.0
2 parents 0129d53 + 730b0f0 commit 1a7de56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+424
-50
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: requirements-txt-fixer
66
name: Requirements
@@ -30,12 +30,12 @@ repos:
3030
- id: check-merge-conflict
3131
name: Merge Conflicts
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: 'v0.0.282'
33+
rev: 'v0.1.5'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- repo: https://github.com/psf/black
38-
rev: 23.7.0
38+
rev: 23.11.0
3939
hooks:
4040
- id: black
4141
name: Black Formatting

docs/src/API Reference/API Reference/ext/hybrid_commands/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Hybrid Commands Index
27

38
- [Context](context)

docs/src/API Reference/API Reference/ext/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Ext Index
27

38
These files contain useful features that help you develop a bot

docs/src/API Reference/API Reference/ext/prefixed_commands/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Prefixed Commands Index
27

38
- [Command](command)

docs/src/API Reference/API Reference/models/Discord/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Discord Models Index
27

38
- [Activity](activity)

docs/src/API Reference/API Reference/models/Internal/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Internal Models Index
27

38
- [Active Voice State](active_voice_state)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Misc Models Index
27

38
- [Iterator](iterator)

docs/src/API Reference/API Reference/models/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Models
27

38
Within these pages, you will find a list of all available models within interactions.py.

docs/src/Guides/01 Getting Started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
boost: 3
4+
---
5+
16
# Introduction
27

38
Ready to get your Python on and create a Discord bot? This guide's got you covered with installation options and a basic bot code example.

docs/src/Guides/02 Creating Your Bot.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
boost: 3
4+
---
5+
16
# Creating Your Bot
27

38
To make a bot on Discord, you must first create an application on Discord. Thankfully, Discord has made this process very simple:

0 commit comments

Comments
 (0)