Forums

Revolt.py Commands

I am trying to run my revolt bot. The main API used is called Revolt.py to import it you use

import revolt I am trying to also make commands run as well which uses;

from revolt.ext import comamnds

These two can be downloaded just by :

pip install revolt but it won't run it, it gives me the error : "ModuleNotFoundError: No module named revolt.ext". Also running my code works on local but not here I don't know why?

Are you sure you're using the right library? The one called revolt on PyPI is described as a "Value substitutor for district42 schema". I think you might need to install revolt.py.

I've got it working, for anyone else wondering it was by me not download revolt instead just revolt.py. Just get the wrapper not the API lol

Thanks for letting us know!