Skip to content

Commit 85d6a45

Browse files
forgot to commit
1 parent 47bda04 commit 85d6a45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/bot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
from utils.http import HTTPSession
1717
from utils.shortcuts import errorEmb
1818

19-
with open("setup.sql", "r") as sql_file:
20-
SETUP_SQL = sql_file.read()
21-
2219

2320
class OGIROID(commands.InteractionBot):
2421
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)