A Fully slash command + modal discord bot for handling applications across multiple servers.
// config.js
module.exports = {
    mongo: "mongodb://localhost",
    slashGlobal: false,
    testGuildID: "12345789012345678",
    token: "YourBotsTokenHereLOL"
}Apply=> Allows you to apply in the current servercreateapp=> Allows you to create a form in the current serverdeleteapp=> Allows you delete all forms in the current serverformlog=> Allows you to manage form log in the current serverping=> Replies with pong
Developer: Akrasio#6075