Sobhan-SRZA / All-For-One-Bot

This source is full discord bot and can do anything you want.
http://sobhan.epizy.com
BSD 3-Clause "New" or "Revised" License
128 stars 90 forks source link
bot discord discord-bot discord-fun-tools discord-js discord-js-v12 discord-moderation-bot discord-ticket-bot discordjs moderation moderation-bot moderation-discord-bot music music-bot music-player nodejs nsfw nsfw-discord-bot youtube

♾ 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](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/ab203f3a-8de8-40db-a243-e8af6afdda04) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/3f72802b-b64d-411b-a9ea-720c999be53c) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/69642dc5-e4dc-40f2-9e35-149370ba4884) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/723bab90-d245-4213-b8f7-632578f02c8b) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/2c62ab62-0fb7-4d57-be5e-2fda4323630c) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/c6ae11b8-abeb-4686-a04c-4b8087d9b5ee) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/2a9d4c3d-3d35-46e9-b9c7-a7649a71dba4) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/de07d7ad-5a58-4bf0-91a0-dc05c2c86596) ![Bot ScreenShots](https://github.com/Sobhan-SRZA/All-For-One-Bot/assets/90289153/ef892953-3cd3-4073-b8a2-072b02e26527)

Features


How Install

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
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

Telegram Instagram Twitch YouTube Github

pc-development.png

pc-club.png

My Discord Account