Skip to content

Commit

Permalink
Style Reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg authored Aug 5, 2024
1 parent a799a1e commit 534711d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion info/mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
from typing import List, Optional, Tuple, cast

import discord
from redbot.core.bot import Red
from redbot.cogs.mod.mod import Mod
from redbot.core.bot import Red
from redbot.core.utils.common_filters import escape_spoilers_and_mass_mentions


Expand Down
2 changes: 1 addition & 1 deletion info/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from redbot.core import app_commands
from redbot.core.bot import Red

SEINA: Final[int] = 759180080328081450 # to auto add emojis to my bot(s)
SEINA: Final[int] = 759180080328081450 # to auto add emojis to my bot(s)


def guild_only_and_has_embed_links(interaction: discord.Interaction[Red]) -> bool:
Expand Down
2 changes: 1 addition & 1 deletion info/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Set, Tuple, Union, cast

import discord
from redbot.cogs.downloader.downloader import Downloader
from redbot.core import commands
from redbot.core.bot import Red
from redbot.core.tree import RedTree
from redbot.core.utils import AsyncIter, views
from redbot.cogs.downloader.downloader import Downloader
from redbot.core.utils.chat_formatting import box, humanize_list, pagify
from redbot.core.utils.common_filters import filter_invites

Expand Down

0 comments on commit 534711d

Please sign in to comment.