Новичок
- Статус
- Оффлайн
- Регистрация
- 15 Дек 2024
- Сообщения
- 1
- Реакции
- 0
попытался написать самого примитивного бота для дс, выбивает эту ошибку: Process finished with exit code -1073741819 (0xC0000005)
код:
import disnake
from disnake.ext import commands
from config import config
bot = commands.Bot(intents=disnake.Intents.all(), command_prefix=config["prefix"])
bot.run(config["token"])
код:
import disnake
from disnake.ext import commands
from config import config
bot = commands.Bot(intents=disnake.Intents.all(), command_prefix=config["prefix"])
bot.run(config["token"])