Код: Выделить всё
@bot.command()
async def on_message(message):
if 'Congratulations' in message.content:
await message.delete(message)
await bot.process_commands(message)
Подробнее здесь: https://stackoverflow.com/questions/661 ... ot-working
Код: Выделить всё
@bot.command()
async def on_message(message):
if 'Congratulations' in message.content:
await message.delete(message)
await bot.process_commands(message)