# Discord.JS

discord.js is a Node.js module for interacting with the Discord API.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Let's Build a Discord Bot Using DiscordJS - Moderator Bot

DevFeed: [Let's Build a Discord Bot Using DiscordJS - Moderator Bot](<https://devfeed.tech/articles/let-s-build-a-discord-bot-using-discordjs-moderator-bot-10526.md>)

Original publisher: [Read original article](<https://technotim.com/posts/discord-bot/>)

Author: Techno Tim

Published: 2020-02-17T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Discord bot](<https://devfeed.tech/topics/discord-bot.md>), [Discord.JS](<https://devfeed.tech/topics/discord-js.md>), [Discord](<https://devfeed.tech/topics/discord.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [bots](<https://devfeed.tech/tags/bots.md>), [chat](<https://devfeed.tech/tags/chat.md>), [coding](<https://devfeed.tech/tags/coding.md>), [discord](<https://devfeed.tech/tags/discord.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [nodejs](<https://devfeed.tech/tags/nodejs.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

A video tutorial shows how to build a Discord moderator bot with DiscordJS, JavaScript, NodeJS, and NPM. It covers using the developer portal, inviting the bot to a Discord server, and moderating channels.

### Source excerpt

Let's build a bot! Not a bad bot like a view bot, but bot for good.Let's build a discord moderator bot using discord.js! Discord is powerful chat + video client and already has lots of great bots however no bot has the flexibility of creating your own! In this video I will show you how to build a discord bot using DiscordJS from start to finish.You'll see how to use the developer portal, cre...