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.
git
command line (Windows | Linux | MacOS) installednode
Version 8.0.0 or higher
You also need the bot's token. This was created by jfrux in his Discord account.
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.
To start the bot, in the command prompt, run the following command:
node index.js