cleanup: removed useless variable
This commit is contained in:
parent
53d1d20942
commit
074569465b
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class SugonCredit(commands.Cog):
|
||||||
|
|
||||||
def new_user_generation(self, guild_id, target):
|
def new_user_generation(self, guild_id, target):
|
||||||
"""Adds a new user to the SQLite database."""
|
"""Adds a new user to the SQLite database."""
|
||||||
username = str(target)
|
|
||||||
con = sqlite3.connect(f'{self.data_path}')
|
con = sqlite3.connect(f'{self.data_path}')
|
||||||
cur = con.cursor()
|
cur = con.cursor()
|
||||||
cur.execute(f'''INSERT INTO {guild_id}
|
cur.execute(f'''INSERT INTO {guild_id}
|
||||||
|
|
Loading…
Reference in a new issue