aleeeuwu / AleBot

No-specific-purpose Discord bot.
Do What The F*ck You Want To Public License
3 stars 1 forks source link

module 'discord.ext.commands' has no attribute 'hybrid_group' #10

Open flamingowrangler2869 opened 1 year ago

flamingowrangler2869 commented 1 year ago
C:\msys64\home\MERSENNE_\AleBot>py main.py
Traceback (most recent call last):
  File "C:\msys64\home\MERSENNE_\AleBot\main.py", line 5, in <module>
    from botcmds.privilege import admin_check
  File "C:\msys64\home\MERSENNE_\AleBot\botcmds\privilege.py", line 13, in <module>
    @commands.hybrid_group(description='Checks to see if you are a privileged user')
     ^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'discord.ext.commands' has no attribute 'hybrid_group'
TCAtrevor commented 1 year ago

Do you have the latest discord.py?