Discord Application Bot

A comprehensive application system for your Discord server. Allow members to apply for positions with a user-friendly interface and manage applications efficiently.

Bot Settings

Embed Design

Color will be converted to decimal format in the config

Permissions

Database Settings

Configuration Preview
const config = {
    token: "Discord Bot token",
    prefix: "?",
    embed: {
        color: "BLUE",
        footer: "change me"
    },
    adminPerms: [
        "800444938793123871"
    ],
    connection: {
        host: "localhost",
        user: "root",
        password: "",
        database: "appbot"
    }
}

module.exports = config;