There was an error while loading. Please reload this page.
1 parent 067cd38 commit 5474709Copy full SHA for 5474709
1 file changed
main.py
@@ -267,4 +267,10 @@ async def ralsei_ata(interaction: discord.Interaction):
267
image = discord.File(ralsei)
268
await interaction.response.send_message(file=image)
269
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
+
276
bot.run(TOKEN)
0 commit comments