How to configure:
git clone
the project.- Go to https://discordapp.com/developers/applications and create a new application.
- Create a new bot for your user and copy the token.
- Create a new file in your repository called
config.ts
. - Run
npm i
in the project folder. - Now by using
npm start
your bot will startup, the only thing for you to do is add it to a Discord server!
Allows you to ping the bot inside of discord which will reply with a randomly pinged person in that server. By naming the bot 'someone' you can use @someone inside of Discord to ping a random person.