Skip to content
Open navbar menu
Sign UpLog In
cachdies

cachdies

@cachdies
cachdies
cachdies
shared a Post
3 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...1 year 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.1 year 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.3 years ago