cleanup: removed useless import
This commit is contained in:
parent
743949e9ad
commit
fb58c01a81
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from datetime import datetime
|
|||
import discord
|
||||
from pytimeparse2 import disable_dateutil, parse
|
||||
from discord import ui
|
||||
from redbot.core import Config, commands, app_commands, modlog
|
||||
from redbot.core import Config, commands, app_commands
|
||||
|
||||
class Shortmute(commands.Cog):
|
||||
"""Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature."""
|
||||
|
|
Loading…
Reference in a new issue