Skip to content

Commit

Permalink
Merge branch 'docs/sphinx-warns-and-errors' of https://github.com/Jus…
Browse files Browse the repository at this point in the history
…taSqu1d/pycord into docs/sphinx-warns-and-errors
  • Loading branch information
JustaSqu1d committed Aug 12, 2024
2 parents 01329cd + 00028db commit 4bae53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discord/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
TextChannel,
VoiceChannel,
)
from .onboarding import OnboardingPrompt, OnboardingMode
from .onboarding import OnboardingMode, OnboardingPrompt
from .permissions import Permissions
from .state import ConnectionState
from .template import Template
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def write_new():
]

modindex_common_prefix = ["discord."]
suppress_warnings = ['ref.duplicate']
suppress_warnings = ["ref.duplicate"]
myst_enable_extensions = [
"amsmath",
"attrs_inline",
Expand Down

0 comments on commit 4bae53f

Please sign in to comment.