PolyBot initially started as a simple Discord bot that provided conversions between many different data types (i.e. language, units of measurements, etc).
We hope that with the help of Poly, users will be able to perform a myriad of actions whilst in Discord, without needing to reach for the web browser - be it converting between currencies like USD and CAD, finding the timestamp of an old Discord message from its snowflake ID, or more!
Over time, Poly has slowly grown to encompass a wide variety of functions. To see the full list of commands, issue !help
to Poly.
You may also use the format !help <command>
to see details for what a particular command does.
Poly is hosted via AWS: Click here to add the bot to your server now!
- Currency Conversion
- Hexadecimal Conversion
- Binary Conversion
- Translations
- Eight ball
- Coin Flip
- Dice roll
- Roll Command
Windows:
- Install Python 3.6+
- Run
setup.bat
- This creates a local virtual environment, and adds the required dependencies
- Either run
src/main.py
manually, or usestart.bat
CVE-2021-21330 - GitHub Advisory Database
Following the release of the advisory (see above), we have updated dependencies to include the security patch(es).
Note: aiohttp
is a library used by discord.py
, which is the basis for most Python-based bots for Discord, including PolyBot
.
- Perform
git pull
- Grab the new dependencies
- For Global Environment:
pip install -r requirements.txt
- For Virtual Environment:
venv/scripts/activate
pip install -r requirements.txt
- For Global Environment: