Skip to content

Commit

Permalink
import from disnake
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Feb 20, 2023
1 parent 2122f67 commit f84d799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/exts/backend/extension_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from bot.bot import Bot
from bot.utils.extensions import EXTENSIONS, unqualify
from bot.utils.pagination import LinePaginator
from discord import AllowedMentions, Colour, Embed
from discord.ext import commands
from disnake import AllowedMentions, Colour, Embed
from disnake.ext import commands
from loguru import logger


Expand Down

0 comments on commit f84d799

Please sign in to comment.