aboutsummaryrefslogtreecommitdiff
path: root/cogs/general.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/general.py')
-rw-r--r--cogs/general.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogs/general.py b/cogs/general.py
index 9dc2f18..091c325 100644
--- a/cogs/general.py
+++ b/cogs/general.py
@@ -2,7 +2,6 @@ from discord.ext import commands
import discord
import datetime
-
def dump(obj):
output = ""
for attr in dir(obj):