ModuleNotFoundError: No module named 'discord_components'
MarkapToGo opened this issue · 1 comments
MarkapToGo commented
Traceback (most recent call last):
File "bot.py", line 4, in
from discord_components import Button, Select, SelectOption, ComponentsBot, interaction
ModuleNotFoundError: No module named 'discord_components'
Running on Ubuntu 20.04!
Python 3.8.10
b4skyx commented
Hello. This bot is based on discord_components library.
https://github.com/kiki7000/discord.py-components
discord.py v2 already supports slash commands. As of now this bot isn't compatible with latest version of discord.py