Discord bot designed to remind you of your worth and your power.
- Create a Discord Bot account via discord.com/developers and grab its token
- you may follow this guide https://www.youtube.com/watch?v=aI4OmIbkJH8
- copy
.env.example
file to.env
and replace[YOUR_TOKEN_HERE]
with the token from your discord bot. - 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.
- In the affirmbot directory, run
npm i
thennpm start
- [https://github.com/misselliev/affirmations-api](affirmations-api by misselliev)
- Node 16.14.0
- Discord.js 13