diff --git a/src/cogs/partygames.py b/src/cogs/partygames.py index 83a64b9..7ec7521 100644 --- a/src/cogs/partygames.py +++ b/src/cogs/partygames.py @@ -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')