Remove useless print
This commit is contained in:
parent
2a073309e7
commit
2f1dc1f4dc
@ -31,7 +31,6 @@ class Logging(BasePython):
|
||||
error_contents.append("")
|
||||
while len(errors) and len(errors[0]) < 2000 - len(error_contents[-1]):
|
||||
error_contents[-1] += errors.pop(0)
|
||||
print(error_contents)
|
||||
await channel.send("There was an error:")
|
||||
for i, content in enumerate(error_contents):
|
||||
embed = discord.Embed(title=f"Error {i+1}/{len(error_contents)}",
|
||||
|
Loading…
Reference in New Issue
Block a user