if message.author.bot:
return
id_author = message.author.id
cursor.execute("UPDATE users SET msg = msg + {} WHERE id = {}".format(1, id_author))
connection.commit()
if cursor.execute("SELECT msg FROM users WHERE id = {}".format(id_author)).fetchone()[0] == 1000:
#сюда вставь отправку сообщения по типу "Воу ты написал 1000 сообщений
if cursor.execute("SELECT msg FROM users WHERE id = {}".format(id_author)).fetchone()[0] == 5000:
#сюда вставь отправку сообщения по типу "Воу ты написал 5000 сообщений
@commands.cooldown(1, (Время задержки), commands.BucketType.user)
async def on_command_error(ctx, error):
if isinstance(error, commands.CommandOnCooldown):
embed = discord.Embed(
title = 'Команда на задержке.',
description = f'Повторить через `{error.retry_after :.0f} секунд',
colour = discord.Color.red()
)
return await ctx.send(embed = embed)
items = {
'item1':25,
'item2':25,
'item3':25
}
class Item():
def __init__(self, name, weight):
self.name = name
self.weight = weight
def __repr__(self):
return {'name':self.name, 'weight':self.weight}
items = [
Item('item1', 25),
Item('item2', 25),
Item('item3', 25)
]
print(items[0]['name']) #item1
if products == None:
msg = "Пусто"
if not products:
msg = "Пусто"
if db.test.count_documents({"_id": name}) > 0:
print("Уже существует")