mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -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 @@ import discord
|
||||
import re
|
||||
from .abc import MixinMeta
|
||||
from datetime import timedelta
|
||||
from redbot.core import commands, i18n, checks
|
||||
from redbot.core import commands, i18n
|
||||
from redbot.core.utils.chat_formatting import humanize_timedelta
|
||||
|
||||
_ = i18n.Translator("Mod", __file__)
|
||||
|
||||
Reference in New Issue
Block a user