Skip to content
Open navbar menu
Sign UpLog In
Profile icon

cachdies

@cachdies
Repls
Community
cachdies
cachdies
shared a Post
2 years ago
Is it possible to use slash commands on replit when coding a python Discord bot?
I am coding a Discord Bot in Python. I have my bot up and running but I would like to upgrade it so that I can use slash (/) commands. However, even t
sadiaafreen1
sadiaafreen1
hey bro discord_slash is a third party package so don't use it because repl.it doesn't support it right now when discord.py V2 will release then repl.it will support this package...10 months ago
VeraSmiles
VeraSmiles
use the shell, it is basically the terminal, use “pip install -U (package name with dashes instead of spaces between each word)” and it should work.11 months ago
xfinnbar
xfinnbar
Select the packages section in the toolbar. https://storage.googleapis.com/replit/images/1617644864726_76fc9aaa78f2a57101a5b027f6f417de.png. From there, add "discord-py-slash-command". It will now be installed every time you restart your repl.2 years ago