baumsplitter41 3 giorni fa
parent
commit
e34a6e8575
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()