Automatically add a user to your Discord Server where the bot is when they log into the Dashboard.
new DBD.Dashboard({ guildAfterAuthorization: { use: Boolean, guildId: String, }, });
new DBD.Dashboard({ guildAfterAuthorization: { use: true, guildId: "GUILD_ID", }, });
Was this page helpful?