mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
Update premiumcode.py
This commit is contained in:
@@ -7,7 +7,7 @@ intents = discord.Intents.all()
|
||||
conn = sqlite3.connect('premium.db')
|
||||
c = conn.cursor()
|
||||
c.execute('''CREATE TABLE IF NOT EXISTS data (user_id text, guild_id text, premium boolean)''')
|
||||
c.commit()
|
||||
conn.commit()
|
||||
bot = discord.Bot()
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
@bot.command()
|
||||
|
||||
Reference in New Issue
Block a user