party games command output now only visible by the user since it workflow changed

This commit is contained in:
Mylloon 2021-12-05 04:15:53 +01:00
parent 4234730041
commit a0eef4bfe5

View file

@ -45,7 +45,7 @@ class PartyGames(commands.Cog, name="Partygames"):
if appImage:
embed.set_thumbnail(url = appImage)
embed.set_footer(text = "Ne fonctionne que sur PC pour le moment.")
return await ctx.send(embed = embed)
return await mySendHidden(ctx, fromSlash, embed = embed)
@commands.command(name='youtube')