Verbosity V1.0.6

This commit is contained in:
Patryk Mazur
2026-04-22 20:19:15 +02:00
parent 3658d6a49f
commit b237789f4b
3 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -16,8 +16,9 @@ class Simp(commands.Cog):
if result['status'] == 'error':
await ctx.respond(f'Błąd pobierania: {result["message"]}')
return
print(f'Wysyłanie {result["title"]} na kanał {ctx.channel.name} ({ctx.guild.name})')
await ctx.respond(file=discord.File(result['filename']))
print(f'Wysyłano {result["title"]} na kanał {ctx.channel.name} ({ctx.guild.name})')
def setup(bot: discord.Bot):