party games command output now only visible by the user since it workflow changed
This commit is contained in:
parent
4234730041
commit
a0eef4bfe5
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Reference in a new issue