What it really is @client.event? discord.py
问题 A few days ago I became interested in programming discord bots a bit. In the syntax of these programs I noticed a lot of unintelligible issues that I can not find an answer to. That's why I am asking you for help in understanding them. All questions are based on this code: import discord import asyncio from discord.ext import commands botToken = '***' client = commands.Bot(command_prefix = '.') @client.event async def on_ready(): print('Bot is ready!') @client.event async def on_message