Skip to content

Commit 0f2c8a2

Browse files
committed
Forgot to remove
1 parent 2f1c81c commit 0f2c8a2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

template.txt

-15
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,3 @@ class Class(Cog):
1616

1717
async def setup(bot):
1818
await bot.add_cog(Class(bot))
19-
20-
21-
commands = self.all().get('commands')
22-
print(commands)
23-
24-
def all(self):
25-
def bans():
26-
self.cur.execute("""SELECT * FROM bans""")
27-
return self.cur.fetchall()
28-
29-
def commands():
30-
query = """SELECT * FROM commands"""
31-
self.cur.execute(query)
32-
return self.cur.fetchall()
33-
return {'bans': bans(), 'commands': commands()}

0 commit comments

Comments
 (0)