Updating

Bit 2024.1 HAS NOT been released! Information here can either be outdated or broken!

Bit 5.2 to Bit 2024.1

Things to remember

  • Bit 2024.1 is currently NOT released, some things may be broken

  • Make sure ALL plugins are updated to 2024.1

    • Bit 2024.1 makes MAJOR changes to the bots command handler. Things WILL break

Updating config.json

All config options are in snake case now. Please see the example below!

The config now requires a guild_only, language and dev_only field, you can follow the format below (using their default values)

"guild_only": false,
"language": "en",
"dev_mode": false

Currently, language can only be "en".

Example

{
    "embed_colours": {
        "positive": "#00FF1C",
        "negative": "#FF0000",
        "neutral": "#9013FE",
        "main": "#86C1FD",
        "secondary": "#50E3C2"
    },
    "bot_ids": {
        "logs": "LOGGING ID",
        "guild": "GUILD ID",
        "client": "CLIENT/APPLICATION ID",
        "owner": "OWNER ID"
    },
    "activities": {
        "type": "custom, playing, listening or watching",
        "state": "The text that displays as the status",
        "status": "online, idle, invisible or dnd"
    },
    "guild_only": false,
    "language": "en",
    "dev_mode": false,
    "token": "BOT TOKEN"
}

Folders/files to redownload

  • bit.js

  • /plugins/bit-core (the ENTIRE thing)

  • deploy.js

Last updated

Copyright 2018-2024 Lockyz Media