OceanUwU / battlebot

MIT License
0 stars 0 forks source link

battlebot

a discord bot based on tank turn tactics game rules invite the bot to your server we also have a server where we regularly play games of this. play with us!

setup

  1. npm ci
  2. npx sequelize-cli db:migrate
  3. create cfg.json and paste the following JSON into it, then edit it to your needs:
    {
        "token": "akjlsdfklasjklfdjalsdfkjlsakdjfklsdjfakldsjkl",
        "imgbbkey": "jasdhjksahdkjfhsakf",
        "dev": false,
        "devServer": "1234567890",
        "mainChannel": "",
        "quikChannel": "",
        "overriders": ["106068236000329728"]
    }

    options: token: your discord bot token imgbbkey: your imgbb api key dev: true if youre developing the bot devServer: if dev is true, the ID of the server you're developing the bot in overriders: an array of discord user IDs of people who can use moderator commands/actions in any server

  4. npm start