You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 37, in
from discord.ext import commands, menus
ImportError: cannot import name 'menus' from 'discord.ext' (unknown location)
I'm getting this error when I put the code on Repl.it, and in my home's computer I get this error too. But in my work's computer, wich is the one that I was making the bot, the code runs without any error.
The text was updated successfully, but these errors were encountered:
use of repl.it is discouraged, this is not a problem with this repository's code but it is just one of many issues that people stumble upon when using repl.it for discord bot hosting
For repl.it since it uses poetry so you can just do poetry add git+https://github.com/Rapptz/discord-ext-menus.git but uh just don't use repl.it unless u really can't afford a vps
Traceback (most recent call last):
File "main.py", line 37, in
from discord.ext import commands, menus
ImportError: cannot import name 'menus' from 'discord.ext' (unknown location)
I'm getting this error when I put the code on Repl.it, and in my home's computer I get this error too. But in my work's computer, wich is the one that I was making the bot, the code runs without any error.
The text was updated successfully, but these errors were encountered: