Skip to content

Commit

Permalink
Update discordbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fukuda-B committed Oct 24, 2021
1 parent ffc2fbc commit a9c64a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discordbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ async def ydl_send(self, ctx, filename):
await Basic.send(self, ctx, 'Error: File size is too large? [Max 8MB]\n')
except Exception as e:
print(e)
await Basic.send(self, ctx, 'Error: Unknown')
# await Basic.send(self, ctx, 'Error: Unknown')
await bot.get_channel(LOG_C).send(str(e))


Expand Down

0 comments on commit a9c64a6

Please sign in to comment.