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 installadd discord bot and webhook token in .env file
npm startfor development (nodemon)
npm devNote: It is not fully conventional, will work towards it