All Projects → Tomato6966 → Discord-Join-to-Create

Tomato6966 / Discord-Join-to-Create

Licence: GPL-3.0 license
A basic Join to Create Bot

Programming Languages

javascript
184084 projects - #8 most used programming language

Discord-Join-to-Create

PRs Welcome Maintenance Ask Me Anything ! Support Server

A basic Join to Create Bot, Which works perfectly finem, Easy to setup!

DISCORD SUPPORT SERVER INVITE

Installation | How to use the Bot

1. Install node.js v12 or higher

2. Download this repo and unzip it | or git clone it

3. Install all of the packages with npm install | the packages are npm install node.js discord.js

4. start the bot with node index.js

Usage - index.js

const Discord = require("discord.js");          //load the Discord.js Library
const client = new Discord.Client();            //make a new Client
const config = require("./config.json");        //load in all of the config files
client.on("ready", ()=>console.log("READY"));   //log when the bot gets ready
const jointocreate = require("./jointocreate"); //load the jointocreate.js file
jointocreate(client);                           //call the jointocreate file
client.login(config.TOKEN);                     //start the bot with the bot token

NOTE:

If you are having errors/problems with starting delete the package.json file and do, before you install the packages npm init



Discord Server 😎 | Website


SUPPORT ME AND MILRATO DEVELOPMENT

You can always Support me by inviting one of my own Discord Bots

2021's best Music Bot | Lava Music Musicium Music Bot Milrato Multi Bot

Credits

If consider using this Bot, make sure to credit me!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].