CasuallyCalm / discord-pretty-help

An embed version of the built in help command for discord.py
MIT License
127 stars 32 forks source link

Command raised an exception: AttributeError: 'PrettyHelp' object has no attribute 'clean_prefix' #69

Closed KeparYTbcc closed 2 years ago

KeparYTbcc commented 2 years ago

Command raised an exception: AttributeError: 'PrettyHelp' object has no attribute 'clean_prefix'

KeparYTbcc commented 2 years ago
import discord
from discord.ext import commands
from pretty_help import PrettyHelp

intents = discord.Intents.default()  
intents.message_content = True

bot = commands.Bot(command_prefix = '?', intents = intents, help_command=PrettyHelp())
CasuallyCalm commented 2 years ago

If you're using discord.py v2, this has not been tested with that. I'm waiting for the full release before diving in and updating this.

PhazonJim commented 2 years ago

+1 on this being an issue in discord.py v2

regulad commented 2 years ago

@stroupbslayen My PR fixed this issue, but it didn't automatically close.