Skip to content

HeroOfDungeon/Stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Stuff

Yeah i put random stuff i made on here

Uselessstory-Bot

A Bot that responds to every message in a channnel and deletes it after 60 seconds if it doesn't contain #uselessstory.

Create the discord bot

Tutorial

Install the code on your local machine

  1. Create a folder and navigate to it using the Windows Terminal.
  2. run npm init -y to setup basic structure
  3. run npm install dotenv to install dotenv, a library to keep the token safe
  4. run npm install discord.js to install Discord.js, the library to create the bot itself
  5. create a .js file (i recommend index.js) and put the code in it
  6. run node <filename>.js to start the bot and wait until you get a message like Logged in as Uselessstory-Bot#1049

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published