A small Discord moderation bot, without a command handler

Overview

A small Discord moderation bot, without a command handler

Getting started (Add Star ⭐ <3)

GIF

📌 Requirements

  • Node.js
  • A code editor (visual studio code, atom, notepad++ etc)
  • Git

🗝 Step zero, making a Discord bot account

Go to https://discord.com/developers and make an application. After creating your application, you should have the option to create a bot user.

🗝 Step one, making the folder

Make a folder for which your bot's coding will be in

🗝 Step two, opening powershell

Do shift + right click and select open powershell (or cmd depending on your PC) Step two

🗝 Step three, initiating, type npm init

🗝 Step four, installing Discord.js

Now, you should type npm install discord.js, we are installing the discord.js module. Note: This will make a file called package-lock.json and a directory called node_modules, please don't delete that.

🗝 Step five (I), getting your bot's token

Get your bots token. Reminder, bot tokens are key information that gives complete access to your bot.

🗝 Step five (II), config.json

Place your bot's token between the quotation marks, you can also edit the prefix if you'd like. Step six

🗝 Step six, running your bot

Run your bot by typing node bot.js into your powershell/cmd

🗝 Step seven, adding your bot to your server

Use this link and replace client_id_here with your actual client ID https://discordapp.com/api/oauth2/authorize?client_id=client_id_here&permissions=0&scope=bot

🎈 And your bot is running!

Enjoy the bot, updates are frequent so always return to replace your bot.js with the newest one.


🆘 Any errors?

If you'd like to come to me personally, join the ✨ support server

You might also like...

Run a command when a certain file exists, and/or watch files to rerun on changes

Run a command when a certain file exists, and/or watch files to rerun on changes

Sep 23, 2022

CLI Command for Two Factor Authentication.🚀

CLI Command for Two Factor Authentication.🚀

Nov 5, 2022

SFDX Plugin to set Email Deliverability Access Level for an org easily and quickly via command line interface

SFDX Plugin to set Email Deliverability Access Level for an org easily and quickly via command line interface

Dec 16, 2022

A project for FAST command line interface tools.

FAST CLI Project This is the FAST CLI project, containing the FAST CLI package and other related CLI packages for FAST project creation and management

Dec 5, 2022

A command line interface for programmatically creating data silos on app.transcend.io

Table of Contents Overview Installation Authentication transcend.yml Usage tr-pull tr-push CI Integration Dynamic Variables tr-scan Overview A command

Dec 13, 2022

Autify Command Line Interface (CLI)

Autify Command Line Interface (CLI) Autify CLI can help your integration with Autify! Autify Command Line Interface (CLI) Usage Commands Usage Note: n

Jan 2, 2023

Generate a Node.js command line tool from an OpenAPI definition

OpenAPI Commander Generate a Node.js command line tool from an OpenAPI definition using the commander library. Example usage Usage: Subcommands groupe

Jan 3, 2023

Windows command line tool to block outbound connections for files within a directory.

fwg A Windows command line tool to block outbound connections for files within a directory. fwg utilizes the power of PowerShell and Windows Network S

Jul 19, 2022

The command-line interface for versum

@versumstudios/cli The command-line interface for versum. versum-cli Usage Contributing How to use Export Templates Usage To install the latest versio

Nov 3, 2022
Releases(javascript)
a simple zero-configuration command-line http server

http-server: a command-line http server http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usa

http ... PARTY! 12.4k Jan 4, 2023
Control the macOS dark mode from the command-line

dark-mode Control the macOS dark mode from the command-line Requires macOS 10.10 or later. macOS 10.13 or earlier needs to download the Swift runtime

Sindre Sorhus 630 Dec 30, 2022
node.js command-line interfaces made easy

Commander.js The complete solution for node.js command-line interfaces. Read this in other languages: English | įŽ€äŊ“中文 Commander.js Installation Declari

TJ Holowaychuk 24k Jan 8, 2023
🌈 React for interactive command-line apps

React for CLIs. Build and test your CLI output using components. Ink provides the same component-based UI building experience that React offers in the

Vadim Demedes 19.7k Jan 9, 2023
Pretty unicode tables for the command line

cli-table3 This utility allows you to render unicode-aided tables on the command line from your node.js scripts. cli-table3 is based on (and api compa

null 418 Dec 28, 2022
Control the Plash app from the command-line

plash-cli Control the Plash app from the command-line Install $ npm install --global plash Requires Node.js 14 or later. Requires Plash 2.3.0 or late

Sindre Sorhus 33 Dec 30, 2022
A C++ based command-line (CLI) program that lets you manage your tasks

COMMAND LINE INTERFACE TODO APP a command-line (CLI) program that lets you manage your tasks. The specification for this project is written down as te

Rahul Prabhakar 1 Dec 25, 2021
Close chrome tabs from command-line (macOS only)

Close-tab Read all tabs from an activated window of the chrome, open with vi prompt, you can close tabs by deleting lines. Istallation npm install -g

Karl Saehun Chung 8 Jun 18, 2022
1History is a command line tool to backup your histories of different browsers into one place

1History All your history in one place. 1History is a command line tool to backup your histories of different browsers into one place. Features Suppor

null 340 Dec 31, 2022
Wordle and Termooo style classic word guessing game for the command line. One new word per day!

Wordle and Termooo style classic word guessing game for the command line. One new word per day!

Anderson Silva 3 Nov 27, 2022