Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.3 KB

Oppey Bot

This is the Discord bot that handles helping and assisting users of Openpilot and Comma.ai hardware and ties data from opc.ai into its responses.

Original "Guide Bot" Boilerplate is Updated and Maintained by the Idiot's Guide Community.

This command handler is 98% compatible with Evie's selfbot and 99% compatible with commands from York's Tutorial Bot.

Development

Environment

You also need the bot's token. This was created by jfrux in his Discord account.

Downloading

In a command prompt in your projects folder (wherever that may be) run the following:

git clone https://github.com/openpilot-community/oppey-bot.git cd oppey-bot npm install

You will need to provide your own bot token from the Discord Developer Portal so you can test your Oppey bot changes with your own instance.

The installer will create the config.js file for you.

Starting the bot

To start the bot, in the command prompt, run the following command: node index.js