0.0.1 • Published 5 years ago
yourdiscordbot v0.0.1
YourDiscordBot official bot template
Welcome to YourDiscordBot's official Discord bot template!
This is the source code for the yourdiscordbot
module.
Module documentation
Getting started
- The first thing you need to do is make sure you have Node.js installed. (if you are using something like Glitch or Github, you can skip this step)
- After installing Node.js, go to your terminal and use
npm install yourdiscordbot
. This will install our module so you can use it. - Create a file called
index.js
. In that file, add the codeconst ydb = require("yourdiscordbot");
- Run
node index.js
The result of this should be the console saying the following:
YourDiscordBot is a small group that creates customized Discord bots!
Visit https://www.yourdiscordbot.com for more info
You can also join our Discord server
YourDiscordBot
YourDiscordBot is a small group that creates customized Discord bots! Visit our website or join our Discord server.
Owned by Basti and Ahuman
0.0.1
5 years ago