Compare commits
3 commits
743949e9ad
...
615bf62d8b
Author | SHA1 | Date | |
---|---|---|---|
615bf62d8b | |||
0a33858027 | |||
fb58c01a81 |
1 changed files with 50 additions and 51 deletions
|
@ -1,8 +1,7 @@
|
||||||
from datetime import datetime
|
|
||||||
import discord
|
import discord
|
||||||
from pytimeparse2 import disable_dateutil, parse
|
from pytimeparse2 import disable_dateutil, parse
|
||||||
from discord import ui
|
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):
|
class Shortmute(commands.Cog):
|
||||||
"""Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature."""
|
"""Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature."""
|
||||||
|
|
Loading…
Reference in a new issue