Skip to content

V01DBREAKER/V01DBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V01DBot

A Discord Bot for personal use, Based on: https://discordjs.guide/creating-your-bot

Archived version runs on discord.js v11.5.1 Which was based on a guide that i can no longer find online...

How to use:

Install the dependencies: npm install

Write a config.json file:

{
    "token": "BOT_TOKEN",
    "clientId": "BOT_ID",
    "acceptedGuilds": ["GUILD_ID", "GUILD_ID_2"],
    "ownerId": "OWNER_ID"
}

Register the slash commands: npm run deploy
Run the bot: npm run app
(Can run the following two for the first time using npm run main)

Releases

No releases published

Packages

No packages published