Answer the question
In order to leave comments, you need to log in
Why is the SQLite3 entry not being deleted?
You need to remove the clan_id entry.
cursor.execute("DELETE clan_id FROM clans WHERE owner_id = {}".format(ctx.author.id))
Answer the question
In order to leave comments, you need to log in
writing queries without understanding them is a bad choice.
https://www.w3schools.com/sql/sql_delete.asp
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question