Giter Club home page Giter Club logo

all-for-one-bot's Introduction


β™Ύ All For One Discord Bot Source

Overview

Hi thereπŸ‘‹πŸ»

In this project, we built a discord bot that has all the features of other bots.

This bot has features such as ticketing system, giveaway system, music system, backup system, social media alert system, moderation system, fun system, economy system, and it also has more features, but it was not mentioned because the text was too long.

To support the project, please promote it and give it a star⭐.

this source bot writes with love and somuch works❀️‍πŸ”₯, so please give star ⭐ to this project❀️

Some Images About The BotπŸ“Œ

Bot ScreenShots

Bot ScreenShots

Bot ScreenShots

Bot ScreenShots

Bot ScreenShots

Bot ScreenShots

Bot ScreenShots

Bot ScreenShots

Bot ScreenShots


Features

  • Ticket System 🎫
  • Music 🎢 (Actually it's broked because main package doesn't support it.)
  • Giveaway System 🎁
  • Fun Commands 🎈
  • Moderating System βš™
  • VIP Commands πŸ’Ž (It's just nitro generating command also it's fake nitro.)
  • Logs All Moderaton Staff in Channel πŸͺ΅
  • Custom Prefix πŸ§€
  • Commands For Only Bot Owners πŸ‘‘ (Like change bot name or profile avatar thingy.)
  • NSFW Commands πŸ”ž (Using free api)
  • Information Commands πŸ“« (Like role, bot, user and server information.)
  • Get Witch User You Want Avatar Image Or Banner Thingy 🍀
  • ⚠ Alert!! - This source code only works with discord.js version 12 so much features maybe doesn't work any more. - Don't worry new version of bot for discord.js version 14 as soon will be uploaded.

How Install

  • If you need so much configuration about the bot you can go in to the config.js or example.env file and edit some parameters for customizing your bot.
  • Alert !! - if you add your values in example.env file fastest you can rename it to .env.

Preview of example.env file:

# Discord robot token and message commands prefix section.
token=""
prefix=""

# Discord webhook url for debug all error in embed message section.
webhook_url=""
webhook_username=""
webhook_avatar=""

# Discord server channels Id and main server Id section.
server_support=""
support_server_id=""
status_channel_id=""
report_channel_id=""

Preview of config.js file:

module.exports = {
    emojis: {
        off: "❌",
        error: "⚠",
        queue: "πŸ“Š",
        music: "🎢",
        success: "βœ”",
        report: "πŸ“ž",
        setup: "πŸ“",
        giveaway: "πŸŽ‰",
        maske: "🎭",
    },
    webhook: {
        url: process.env.webhook_url || "",
        username: process.env.webhook_username || "",
        avatar: process.env.webhook_avatar || ""
    },
    discord: {
        token: process.env.token || "",
        prefix: process.env.prefix || "",
        invite: "https://discord.com/oauth2/authorize?client_id={clientId}&permissions=137775017040&scope=bot%20applications.commands",
        server_support: process.env.server_support || "https://discord.gg/P4XxUmebDa",
        support_server_id: process.env.support_server_id || "",
        status_channel_id: process.env.status_channel_id || "",
        report_channel_id: process.env.report_channel_id || ""
    },
    activity: [
        "Build by Sobhan-SRZA (mr.sinre)"
    ],
    type: [
        "WATCHING",
        "COMPETING"
    ], // COMPETING | WATCHING | LISTENING | PLAYING | CUSTOM_STATUS | STREAMING 
    presence: [
        "dnd",
        "idle",
        "online"
    ],
    owners: [
        "865630940361785345"
    ],
    vip_role: [
        "1204454699374346290"
    ],
    colors: {
        none: "#2F3136",
        red: "#ff4d4d",
        green: "#ddcc33",
        uptime: "#51ff23",
        purpledark: "#6a006a",
        purplemedium: "#a958a5",
        purplelight: "#c481fb",
        orange: "#ffa500",
        gold: "#daa520",
        reddark: "#8e2430",
        redlight: "#ff0000",
        bluedark: "#3b5998",
        cyan: "#5780cd",
        bluelight: "#ace9e7",
        aqua: "#33a1ee",
        pink: "#ff9dbb",
        greendark: "#2ac075",
        greenlight: "#a1ee33",
        white: "#f9f9f6",
        cream: "#ffdab9"
    },
    filters: [
        "8D",
        "gate",
        "haas",
        "phaser",
        "treble",
        "tremolo",
        "vibrato",
        "reverse",
        "karaoke",
        "flanger",
        "mcompand",
        "pulsator",
        "subboost",
        "bassboost",
        "vaporwave",
        "nightcore",
        "normalizer",
        "surrounding"
    ]
}

A table to shows you what packages are used in this source code.

Packages Version Install
@napi-rs/canvas Version ^0.1.50 npm install @napi-rs/canvas
akaneko Version ^5.3.0 npm install akaneko
aki-api Version ^6.0.9 npm install aki-api
axios Version ^1.6.7 npm install axios
cli-color Version ^2.0.4 npm install cli-color
cpu-stat Version ^2.0.1 npm install cpu-stat
dateformat Version ^5.0.3 npm install dateformat
discord-buttons Version ^4.0.0 npm install discord-buttons
discord-giveaways Version ^4.5.1 npm install discord-giveaways
discord-player Version ^4.1.4 npm install discord-player
discord.js Version ^12.5.3 npm install discord.js
dotenv Version ^16.4.5 npm install dotenv
easy-games-js Version ^1.2.1 npm install easy-games-js
mathjs Version ^12.4.0 npm install mathjs
moment Version ^2.30.1 npm install moment
ms Version ^2.1.3 npm install ms
nekos.life Version ^3.0.0 npm install nekos.life
node-fetch Version ^3.3.2 npm install node-fetch
novelcovid Version ^3.0.2 npm install novelcovid
quick.db Latest ^9.1.7 npm install quick.db
random-puppy Version ^1.1.0 npm install random-puppy
rss-parser Version ^3.13.0 npm install rss-parser
snakecord Version ^1.0.9 npm install snakecord
superagent Version ^8.1.2 npm install superagent
express Version ^4.18.1 npm install express
  • For start the bot after putting all values in .env file or in config.js just open this file πŸ‘‰πŸ» run.bat.

  • EZPZ your Music bot are installed and running around πŸ•Ί

How run bot in replit or heroco? that was so easy, after you click that buttonsπŸ‘‡πŸ» you will create some project like this source with importing this sourceπŸŽ“ and after that with installing bot packages, and place bot some important objects run your bot.

Deploy on Herokucd Remix on Glitch Use on Replit


Contact

all-for-one-bot's People

Contributors

itssobhan avatar sobhan-srza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

all-for-one-bot's Issues

Cannot find module 'express'

Uncaught Error Error: Cannot find module 'express'
Require stack:

  • e:\nuker\multipurpose\All-For-One-Bot-1.0.0\All-For-One-Bot-1.0.0\index.js
    at Module._resolveFilename (internal/modules/cjs/loader:1075:15)
    at Module._load (internal/modules/cjs/loader:920:27)
    at Module.require (internal/modules/cjs/loader:1141:19)
    at require (internal/modules/cjs/helpers:110:18)
    at (e:\nuker\multipurpose\All-For-One-Bot-1.0.0\All-For-One-Bot-1.0.0\index.js:3:17)
    at Module._compile (internal/modules/cjs/loader:1254:14)
    at Module._extensions..js (internal/modules/cjs/loader:1308:10)
    at Module.load (internal/modules/cjs/loader:1117:32)
    at Module._load (internal/modules/cjs/loader:958:12)
    at executeUserEntryPoint (internal/modules/run_main:81:12)
    at (internal/main/run_main_module:23:47)

sir i tried install.bat and update.bat then i tried npm install express but getting this error

SOS

SyntaxError: Unexpected token '??='
at wrapSafe (internal/modules/cjs/loader.js:979:16)
at Module._compile (internal/modules/cjs/loader.js:1027:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object. (C:\Users\user\Downloads\Moderation-Bot-main\Moderatio
n-Bot-main\node_modules\discord-giveaways\index.js:3:23)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)

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.