real-jame / discord-talking-ben

A Talking Ben telephone Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Talking Ben

A simple Discord bot that replicates the telephone feature of Talking Ben where he says a random line in response to what the user says. More of a learning project than an actual usable bot.

You can probably add the bot with this link, if I'm hosting it on my server or not.

If you're running this yourself, make sure you add a .env file in the root directory of the repository with the values the bot needs. Like so:

CLIENTID=<the client id of your application>
TOKEN=<the secret token of your application's bot>

Then, you can run it:

npm start

Or as a Docker container:

docker-compose build
docker-compose up -d

It's also available on Docker Hub. Make sure you use the docker-compose.yml included in this repository and a .env file!

Made with

  • Discord.js
  • TypeScript
  • Node

About

A Talking Ben telephone Discord bot

License:GNU General Public License v3.0


Languages

Language:TypeScript 94.8%Language:Dockerfile 5.2%