Skip to content

Latest commit

Β 

History

History
38 lines (24 loc) Β· 2.14 KB

README.md

File metadata and controls

38 lines (24 loc) Β· 2.14 KB

Disma

Build Deploy Website disma disma-cli

πŸ‘¨πŸΌβ€πŸ”§ Discord server management has never been easier!

Why ?

In the new context of the pandemic, many educational institutions have shifted their courses online, with the use of communication platforms like Discord. However, managing multiple roles and channels across a Discord server is challenging : there are no way to centrally visualize the information nor to apply synchronized permissions updates. This tool allows you to define a single configuration file to be applied to a server, and it will automatically find the changes that needs to be made, ensuring that your Discord will always be in sync with your config.

Features

  • πŸ“œ Diff current Discord server config with your desired one
  • πŸ—οΈ Apply large scale changes to your Discord server
  • ⚑ Fast, secure and reliable
  • πŸ“‹ Advanced templating techniques

Prerequesites

Your will need to setup a Discord bot in order to use the CLI tool.

Modules

  • disma : Core Rust library for defining configuration as code and controlling your own orchestrations and implementations.
  • disma-cli : A stable and easy to use command line interface for defining configuration as simple YAML files. Still allows for templating to simplify the configuration.

Documentation