Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 904 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 904 Bytes

Affirmbot

Discord bot designed to remind you of your worth and your power.

Getting Started

  1. Create a Discord Bot account via discord.com/developers and grab its token
  1. copy .env.example file to .env and replace [YOUR_TOKEN_HERE] with the token from your discord bot.
  2. To Use the bot, you need to invite it to your server!
  • Create a server
  • On your discord bot application page, go to OAuth2 -> URL Generator
  • For the URL generator, set the scope to "bot" and the bot permissions to "administrator".
  • Visit the generated url on the bottom of the page and select your desired server.
  1. In the affirmbot directory, run npm i then npm start

APIs and dependencies