Bratah123 / PolyBot

Poly bot is a discord bot that provides all type of conversions (I.E. language, measurements, etc)
MIT License
1 stars 2 forks source link
discord discord-bot discord-py

PolyBot

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!

Features (non-exhaustive)

Gallery

gallery

help_command

Set-up For Testing & Developing

Windows:

  1. Install Python 3.6+
  2. Run setup.bat
    • This creates a local virtual environment, and adds the required dependencies
  3. Either run src/main.py manually, or use start.bat

About Commit 334c4f1

CVE-2021-21330 - GitHub Advisory Database
Following the release of the advisory (see above), we have updated dependencies to include the security patch(es).

If you cloned/downloaded PolyBot prior to this commit, please update ASAP!

Note: aiohttp is a library used by discord.py, which is the basis for most Python-based bots for Discord, including PolyBot.

To grab the updates (Applicable for all kinds of dependency updates)

  1. Perform git pull
  2. Grab the new dependencies
    • For Global Environment:
      • pip install -r requirements.txt
    • For Virtual Environment:
      • venv/scripts/activate
      • pip install -r requirements.txt