From 9062e0c162a790dd92cef9290784f443b3ae9ad5 Mon Sep 17 00:00:00 2001 From: nin0 Date: Sat, 5 Oct 2024 00:09:44 -0400 Subject: [PATCH] Aint you Nathaniel B --- cogs/tags.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cogs/tags.py b/cogs/tags.py index 1b552fd..c4d8987 100644 --- a/cogs/tags.py +++ b/cogs/tags.py @@ -53,6 +53,17 @@ class Tags(commands.Cog): description="Currently, you are in modmail. Your question is a support question, not a question only a staff member could answer.\n*Because you couldn't read the huge WARNING on the modmail channel, you have been banned from opening tickets. Go to <#1026515880080842772>.*", color=0xFF8989 )) + + @app_commands.command(name="tag-fuckoff", description="fuck you") + @app_commands.allowed_installs(guilds=False, users=True) + @app_commands.allowed_contexts(guilds=True, dms=True, private_channels=True) + async def dev4(self, interaction: discord.Interaction, target: discord.User = None) -> None: + await interaction.response.send_message(content=f"Hey {target.mention}, take a look at this!" if target else "", + embed=discord.Embed( + title="Rule 5", + description="Do not ping for support.\nDo not DM for support.\nDo not use channels other than support for support.\n\n**Use <#1026515880080842772>.**", + color=0xFF8989 + )) async def setup(bot: commands.Bot) -> None: await bot.add_cog(Tags(bot)) \ No newline at end of file