From c66edf9efe1127fd31944dba475a0d6df8a3e2da Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Thu, 9 Mar 2023 10:13:44 +0100 Subject: Make tag slash command guild only (#2452) Co-authored-by: ChrisJL --- bot/exts/info/tags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index 309f22cad..27dfa1913 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -317,6 +317,7 @@ class Tags(Cog): return True @app_commands.command(name="tag") + @app_commands.guild_only() async def get_command(self, interaction: Interaction, *, name: Optional[str]) -> bool: """ If a single argument matching a group name is given, list all accessible tags from that group -- cgit v1.2.3