Skip to content

Commit 5474709

Browse files
authored
feat: Comandinho /monica_ata_tobias
1 parent 067cd38 commit 5474709

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,10 @@ async def ralsei_ata(interaction: discord.Interaction):
267267
image = discord.File(ralsei)
268268
await interaction.response.send_message(file=image)
269269

270+
@bot.tree.command(name="monica_tobias_ata", description="Tobias??")
271+
async def tobias_ata(interaction: discord.Interaction):
272+
with open('commands_assets/monica_ata_tobias.png', 'rb') as f:
273+
image = discord.File(f)
274+
await interaction.response.send_message(file=image)
275+
270276
bot.run(TOKEN)

0 commit comments

Comments
 (0)