GithubHelp home page GithubHelp logo

Comments (2)

Column01 avatar Column01 commented on July 23, 2024

The storage system uses JSON, all guilds are stored in one file as this originally was meant to replace an existing single-server moderation bot.

All the code for the storage is done in storage_management.py. In there, it loads the settings file from disk (settings.json) and then it reads the JSON into a python dictionary. All further modification happens by first modifying the self.settings dictionary, and then it writes it to disk to save it. In order to split it into different files for different things, you could modify it to allow you to use self.load_settings(file_name) or something like that and then the self.settings variable will get loaded with that file (provided you also change it to use that file name in the loading code).

Please let me know if you have any other questions.

from discord-moderation-bot.

Column01 avatar Column01 commented on July 23, 2024

Gonna close this as I can't really give you much more info on the subject without writing a bunch of code, and this really isn't an issue with the bot

from discord-moderation-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.