Runtimes
Node.js and Python, ready for your bot.
Pick the runtime your bot is written in. Dependencies install from your manifest file.
Node.js
Reads dependencies from package.json. Works with discord.js, Telegraf, grammY and more.
- Install
npm install- Start
- Your main file, e.g. index.js
Python
Reads dependencies from requirements.txt. Works with discord.py, aiogram, python-telegram-bot and more.
- Install
pip install -r requirements.txt- Start
- Your main file, e.g. bot.py