baumsplitter41 há 3 dias atrás
pai
commit
e34a6e8575
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      VPD_BOT/cogs/matesearch.py

+ 1 - 1
VPD_BOT/cogs/matesearch.py

@@ -68,7 +68,7 @@ class Matesearch(commands.Cog):
             await interaction.response.send_message("Your search for players has been submitted.", ephemeral=True)
             search_channel = self._get_channel()
             await search_channel.send(embeds=[embed])
-            #await search_channel.send(f"<@&{role}>")
+            await search_channel.send(f"<@&{role}>")
 
     #Slash command to trigger the Modal form
     @slash_command()