Compare commits
No commits in common. "615bf62d8b5bae3df05bb30bdd566fd7cb794250" and "743949e9ad2289f8473b84d937c288a47a81d38f" have entirely different histories.
615bf62d8b
...
743949e9ad
1 changed files with 50 additions and 49 deletions
|
@ -1,7 +1,8 @@
|
|||
from datetime import datetime
|
||||
import discord
|
||||
from pytimeparse2 import disable_dateutil, parse
|
||||
from discord import ui
|
||||
from redbot.core import Config, commands, app_commands
|
||||
from redbot.core import Config, commands, app_commands, modlog
|
||||
|
||||
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