Skip to content

Files

Latest commit

 

History

History
24 lines (17 loc) · 2.27 KB

2020-02-17-discord-bot.md

File metadata and controls

24 lines (17 loc) · 2.27 KB
layout title date categories tags image
post
Let's Build a Discord Bot Using DiscordJS - Moderator Bot
2020-02-17 09:00:00 -0500
coding
coding javascript discord self-hosted
path lqip
/assets/img/headers/discord-square.webp
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAUACgMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP5HdF+Kei+DPDXir4dXXw70HxJeeOPsgt/F+o3dxFq/hrI+zQnS4Y4JI/3M6tdPtmt/tRfyLrzYEVR/VGG4lynLcBWyfE8LYDM8bmXtPq+dV8VXp4rLfaRVKn7CjCnKnU9jUjKsueS53Lkl7qPzr6niKuYYHHU8dUo4fCxrRrZfGlTnRxnPCcW6053acVJcj5ZcjipQ5Ze8cx/ZsPqfyFeOtUn3R6p//9k=

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, create a bot using JavaScript, NodeJS, and NPM, invite the bot to your Discord server and have it moderate some of your channels.We have made this bot open source and will continue to contribute to this bot.

{% include embed/youtube.html id='YSZcyz2-twQ' %}

📺 Watch Video

Links

🛍️ Check out the new Merch Shop at https://l.technotim.live/shop

⚙️ See all the hardware I recommend at https://l.technotim.live/gear

🚀 Don't forget to check out the 🚀Launchpad repo with all of the quick start source files