discord.py module not installed, cannot load plugin
After installing discord plugin and configuring discord.toml, I see the following in my pwnagotchi logs: Discord: discord.py module not installed, cannot load plugin
So, I ran the command pip install discord.py and received the following message: -bash: pip: command not found
Next, I ran python -V' and see Python 2.7.16'
Running python3 -V returns `Python 3.7.3,
Any ideas of how I can get this plugin working?