Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

[Enhancement] Rewrite Bot to Be Multi-server friendly #14

Description

@PhlexPlexico

Right now the bot is only able to process one server per instance. It can only accept one room, two voice channels, one group and one guild. A good feature to start incorporating would be to remove all these settings from the settings.ini file, and move them into the sqllite database. That way, the bot could join a server, and go through a whole setup shpiel to allow for use in multiple servers across a single instance.

This basically will require yet another re-write of the bot, including some of the logic for checking the globals.py (which would now be stored as an object for each captain/team/etc. Most likely as such:

{
  "guildID": {
    "captain": "discordID",
    "team1": ["list", "of", "ids"],
  }
}

Or something to that extent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions