Skip to content

A simple, noob-friendly Discord bot to keep your chat clear from bot commands

Notifications You must be signed in to change notification settings

acryllect/Keepit-Clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Keepit-Clean

A simple, noob-friendly Discord bot to keep your chat clear from bot commands

Requirements & Setup

Make sure you have npm!

Creating a new Discord Application

Head over to the Discord developer portal and click "New Application".
Ignore everything and go to the Bot section, in the sidebar. Once there, click "add bot". Next, go to the OAuth2 section in the sidebar and select "Bot" as a scope and "Administrator" for permissions. Now copy the URL that has been generated just under scopes and paste it in your browser. You will be prompted to select a server in which you want the bot to be in.

Bringing the bot to life

Download the source code (it really is just one file) from up top, right here, and open a terminal/CMD window.
Open the folder inside the terminal (cd /path/to/folder on mac) and run npm init.
Once the process is complete, run npm install discord.js. Your folder should now look like this:
image not found
Next, open index.js in your text editor of choice and follow the instructions there (added as comments).

  • Note: your bot token is found under the "bot" section on the Discord developer portal.

But wait! There's more!

There is a shorter (but harder to understand) fork by Nemdev which you can check out here if you're into efficiency and not a noob like me

About

A simple, noob-friendly Discord bot to keep your chat clear from bot commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published