Skip to content

heyitsbraden/BradensLittleHelperSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braden's Little Helper


It is recommended that you use replit, as that was what I built the bot in

Command template

The name of the command file has to contain your command name and the extension ".js"

In the name section at the bottom, enter in the name of your new command, in the message section, type what your bot will say when the command is executed

BOT COMMAND TEMPLATE BELOW

exports.run = async (bot, message, args) => {

message.channel.send("bot message here"); }

exports.help = { name:"name" }

If you want to log when a command is used use this string before: message.channel.send("bot message here");

console.log(Command: name, was used.);


Change Token and prefix in config.json

Make commands in commands folder.

There is ping command in commands folder the default prefix of the bot is ! you can change this in the config.json

Prerequisites

What things you need to install the software and how to install them:

Node.js

Node.js

Authors

About

Discord bot template not made by me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published