removed debug prints

This commit is contained in:
NodeStorm 2020-08-16 22:39:55 +03:00 committed by GitHub
parent c5f5c17a37
commit a8765d4c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

2
bot.py
View File

@ -25,8 +25,6 @@ async def on_ready():
@client.event
async def on_guild_join(guild):
print(dir(guild))
print(guild.id)
conn = sqlite3.connect('db.sqlite3')
curr = conn.cursor()