Bebop is a DIY punk project so why not put it online and make it open source?
- A Discord app with a bot. You can create a discord app in the Discord developers website. Afterwards, create a bot and copy its token.
- node.js version >= 12
- You will need to create a credentials file and place it under
src/sec/credentials.js
- Use
src/sec/credentials-example.js
as a template for the file. - The credentials file should contain your discord app bot token under
token
and the desiredusername
for the bot.
After the credentials file is created, run bebop with node index.js
.
If you a more appropriate way to run it - D.I.Y
Read the documentation on inviting a bot to a Discord server here.