AttributeError: 'NoneType' object has no attribute '_create_channel'
import disnake from disnake.ext import commands from config_file import settings class CreateCommand(commands.Cog): def __init__(self, bot: commands.Bot): self.bot = bot @commands…