/keep-notif

Discord bot designed for the Keep Network's Discord. Simple statistics about their tBTC project.

Primary LanguageJavaScriptMIT LicenseMIT

Keep Network Discord Bot

This is the tBTC_Stats bot that runs on the Keep Network's Discord server. I used this project as a way to learn more about web3.js and ethers.io, so there are some commands that use one or the other. I would like to fully convert it to use only ethers moving forward.

To use, clone the repository and create a dotenv file (.env) that includes these 3 parameters:

  • CLIENTID='xxx'
  • CLIENTSECRET='123'
  • BOTTOKEN='foo'