Skip to content

Cyteon/potatobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fda9526 · Mar 27, 2025
Nov 11, 2024
Mar 23, 2025
Nov 6, 2024
Nov 6, 2024
Nov 8, 2024
Nov 20, 2024
Nov 15, 2024
Nov 14, 2024
Nov 19, 2024
Nov 6, 2024
Nov 18, 2024
Nov 18, 2024

Repository files navigation

PotatoBot

The best AIO bot on Discord. (now in JS!)

Red: 0xff6961 Yellow: 0xfdfd96 Green: 0x77dd77 Blue: 0x56b3fa

TODO: Convert all int IDs to String

top.gg: https://top.gg/bot/1226487228914602005
Invite: https://discord.com/oauth2/authorize?client_id=1226487228914602005

Run Locally

  1. Clone the project:
  git clone https://github.com/Cyteon/potatobot
  1. Switch to v3-js branch:
git checkout v3-js # only applies while in development
  1. Go to the project directory:
  cd potatobot
  1. Install the required Python dependencies:
  npm install
  1. Rename .env.example to .env, and populate the required values.

  2. Rename config.example.json to config.json and populate the required values.

  3. Run the bot:

  node .
  1. Profit.