discord.js bot github

JavaScript
Kindly check below links:
https://github.com/topics/discord-js-bot
https://github.com/HarutoHiroki/Discord.js-Bot
https://github.com/The-SourceCode/Discord.js-Bot-Development
https://github.com/Katrixerse/Orcinus
https://github.com/Butterstroke/MargarineBot
https://github.com/VenkSociety/Tsuyo
https://github.com/LenoxBot/LenoxBot
https://github.com/funnbot/Nitro
https://gist.github.com/eslachance/3349734a98d30011bb202f47342601d3If you want to add credits (Bot creators) in an embedded response use the following:

    const embed = new Discord.MessageEmbed()
        .setColor('#0099ff')
        .setTitle('Bot Creation Team')
        .setAuthor('<ENTER_AUTHOR_HERE>')
        .setDescription('I was made by <ENTER @ID HERE>.')
        .setTimestamp()
        .setFooter('<ENTER_FOOTER_NOTES_HERE');
    
	message.channel.send(embed).catch(e => { return e; });
Source

Also in JavaScript: