mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-22 08:02:59 -05:00
Use the commands module instead of checks for permission decorators (#5463)
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ from copy import copy
|
||||
import asyncio
|
||||
import discord
|
||||
|
||||
from redbot.core import Config, checks, commands
|
||||
from redbot.core import Config, commands
|
||||
from redbot.core.commands.requires import PrivilegeLevel
|
||||
from redbot.core.i18n import Translator
|
||||
from redbot.core.utils.predicates import MessagePredicate
|
||||
|
||||
Reference in New Issue
Block a user