Skip to content

Commit

Permalink
chore: rename flag converter file to flag_converter to avoid conflict…
Browse files Browse the repository at this point in the history
…ing with ext.commands flag classes
  • Loading branch information
onerandomusername committed Jul 28, 2022
1 parent c1c702f commit 6403d0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion disnake/ext/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .ctx_menus_core import *
from .custom_warnings import *
from .errors import *
from .flags import *
from .flag_converter import *
from .help import *
from .params import *
from .slash_core import *
2 changes: 1 addition & 1 deletion disnake/ext/commands/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

from .context import Context
from .cooldowns import BucketType, Cooldown
from .flags import Flag
from .flag_converter import Flag


__all__ = (
Expand Down
File renamed without changes.

0 comments on commit 6403d0f

Please sign in to comment.