config.bot = {
token: "", // Bot Token (https://discord.com/developers)
guildId: "",
license: "",
activity_enabled: true, // If disabled Bot wont override Activity (if multiple Bots are running on same Token)
activitys: [
{
name: "",
type: "Watching",
status: "idle",
},
{
name: "",
type: "Playing",
status: "online",
},
],
intervall: 10 * 1000, // Intervall of Activity Change
};