есть функции:
@bot.command()
async def change_cashm(ctx, cashm: int = None):
await change_economic.change_cashm(ctx, cursor, connection, cashm)
во втором файле функция:
async def change_cashm(ctx, cursor, connection, cashm: int = None):...
При вызове функции пользователем вылетает ошибка:
in change_cashm
await change_economic.change_cashm(ctx, cursor, connection, cashm)
AttributeError: 'Command' object has no attribute 'change_cashm'
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Command' object has no attribute 'change_cashm'