mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
suppression du embed
This commit is contained in:
@@ -82,4 +82,4 @@ async def on_message(message: Message):
|
||||
msg = f'{mention} J\'ai trouvé {len(games)} jeux :\n'
|
||||
for game in games:
|
||||
msg += f'- [{game.get('name')}](https://www.protondb.com/app/{game.get('id')}) classé **{game.get('tier')}**\n'
|
||||
await message.channel.send(msg)
|
||||
await message.channel.send(msg, suppress_embeds=True)
|
||||
|
||||
Reference in New Issue
Block a user