I need help hosting a discord bot on Glitch. I know you can easily host a node app but i see no option for python apps.
- How do i create a python app
- How will i import the discord and other modules(i know how to do this normally but not on glitch) - do i just put them up like import discord like normal in.
EDIT: when i put in pip3 install discord.py in the glitch console it comes up with permission denied. Also i found out the default python version is python 2. How to update it to use python3
NOTE: I KNOW HOW TO MAKE A DISCORD BOT - I AM JUST ASKING HOW TO HOST IT HERE NOT HOW TO MAKE A BOT
NOTE I NEED PYTHON 3.5+ 3.6 IF POSSIBLE