mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
fix
This commit is contained in:
@@ -6,8 +6,13 @@ import discord
|
|||||||
import traceback
|
import traceback
|
||||||
from redbot.core import Config, data_manager
|
from redbot.core import Config, data_manager
|
||||||
from redbot.core.bot import Red
|
from redbot.core.bot import Red
|
||||||
from redbot.core.commands import GroupCog, Context, hybrid_command, hybrid_group
|
from redbot.core.commands import (
|
||||||
from redbot.core.commands.commands import guild_only
|
GroupCog,
|
||||||
|
Context,
|
||||||
|
hybrid_command,
|
||||||
|
hybrid_group,
|
||||||
|
guild_only
|
||||||
|
)
|
||||||
from redbot.core import checks
|
from redbot.core import checks
|
||||||
from discord import app_commands
|
from discord import app_commands
|
||||||
import logging
|
import logging
|
||||||
|
|||||||
Reference in New Issue
Block a user