raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Context' object has no attribute 'messsage'
Diye bir hata alıyorum. Kodlar aşağıda. Yardım edin n'olur.
import discord
from discord.ext import commands
from...