He's our lovely Discord shittalking bot. He was designed after Dad Bot, but edited to be funny in polish. His official name is Brian Bennis, named after one of clients of our long dead friend Grolly. Godspeed you filthy coward.
- Clone or download and extract repository
- Install node
npm install
- Install discord.js
npm install discord.js
- Fill out config file
- Run bot
node bot.js
- Token is your token from discord dev site to authenticate your bot
- Prefix is your prefix for commands in
./commands/pastas.json
- Shit is, uh, you know Dad Bot? Like if you say "I'm hungry", he'll say "Hi hungry, I'm dad". Well, shit is thing that triggers Brian. In our case it is "powiedz" and he'll say everything after that, because we are polish and it's considered funny I guess.
This is used to create new commands with prefix. It needs ID, Name and Fulltext. ID is ID, duh. Name is what will the command. Fulltext will be what bot will post to the server. You can use \n
to create new line in fulltext.
This is used to create new commands that will happen when something is said out of context. It needs ID, What, _Answer, Chance. ID is ID. What is what will bot look for. Answer is what will be sent to channel. Chance is percentage chance to happen.