built a discord bot using Discord API for group of programmers working on a project, can add roles as per the different computer languages. Used Webhook client for Announcement and Zenquotes API for random inspirational quotes, user can execute commands using prefix $
, example $inspire
or $announce
etc.
npm install
add discord bot and webhook token in .env
file
npm start
for development (nodemon)
npm dev
Note: It is not fully conventional, will work towards it