Explorar o código

adding ping msg

baumsplitter41 hai 3 días
pai
achega
318420d80c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      VPD_BOT/cogs/matesearch.py

+ 1 - 0
VPD_BOT/cogs/matesearch.py

@@ -68,6 +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(role)
 
     #Slash command to trigger the Modal form
     @slash_command()