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
sadiaafreen1hey 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
VeraSmilesuse 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
xfinnbarSelect 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