Coder Social home page Coder Social logo

kimtaemin9966 / genbot Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 90 KB

A simple Discord bot that can be used to generate accounts, generate nitro, send twitch followers also has cooldown on commands and can blacklist users with alot more customization!

Home Page: https://Cheataway.com

JavaScript 100.00%

genbot's Introduction

HazardNuker

shield.png shield.png

GenBot was made by

Love ❌ code ✅

🎭・GenBot

Made this bot for my server CheatAway to generate account simply by just typing a command like !netflix
It also has a nitro generator, admin command, twitch follow commands, member counter + more other commands like !help and !help [command]

🔖・Requirements

  • Discord Bot Token | Guide
  • Node.js v14.0.0 or newer
  • Additionally Twitch tokens and accounts for the commands to work

🚀・Getting Started

git clone https://github.com/Rdimo/Account-Generator-Discord-bot.git
cd Account-Generator-Discord-bot
npm i

📁・Setting up the bot

Go into config.js and put in your discord bot token and the id's of the channels

channels: {
  generator: '',
  nitro: '',
  twitch: ''
},

Token: {
    Discord: 'Your_discord_bot_token',
},

after that is done you need to allow intents for the bot to work which is done by going to discord portal enable these 2 options:

intents

When your done you can do node index.js to start the bot.

🔰・Features

💾・Customization

In every command at the bottom you can customize the settings for the command accordingly down below

module.exports.help = {
  name: "help", //default command 
  aliases: ['help'], //aliases you can use
  category: 'other', //the category the command is in
  description: "List of bot commands.", //description of the command
  cooldown: 7, //cooldown of the command
  usage: '[command_name]', //usage example of command
  example: ["help", "help ping"], //example on how to use command
};

❌・Blacklist Users

to blacklist users from the bot completely just add their ID on line 48 in config.js

blacklistedUsers: {
  ID: ['ID', 'ID2', 'ID3']//Blacklist any users from the bot by putting their Id's in here
}                        //Just copy the pattern if you want to blacklist more people

💻・Generator

In order for the Generator commands to actually work you need to add accounts according to the .txt files in the accounts folder, otherwise it will just say that the service is out of stock If you want to add more Generator services to GenBot just create a new file named after the new service Copy the content of one of the other generator files and just change the names in it

🟣・Twitch

To make Twitch follow fully work you need to go into commands/Twitch/follow.js At the top change the config to the roles and the amount of followers that they will get The Raid and spam command are not done yet, feel free to edit those put the twitch tokens in the tokens.txt file in the Twitch folder

📊・Membercounter

If you want to have membercounter enabled go into events/members/membercount.js and change the guild id and channel id

🧬・Admin

The only Admin command right now is that you can make the bot dm someone a message of choice

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🌟Star This Repository If You Liked GenBot!

Cheataway

Created by Rdimo#6969 | https://Cheataway.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.