Verbosity fix V1.0.7
This commit is contained in:
+3
-2
@@ -16,9 +16,10 @@ 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})')
|
||||
|
||||
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})')
|
||||
print(f'Wysyłano \"{result["title"]}\" na kanał {ctx.channel.name} ({ctx.guild.name})')
|
||||
|
||||
|
||||
def setup(bot: discord.Bot):
|
||||
|
||||
Reference in New Issue
Block a user