An open API service indexing awesome lists of open source software.

https://github.com/v-sekai/vsona-discord-bot

V-Sona is a discord bot for communicating server status and managing community roles
https://github.com/v-sekai/vsona-discord-bot

Last synced: about 2 months ago
JSON representation

V-Sona is a discord bot for communicating server status and managing community roles

Awesome Lists containing this project

README

        

# V-Sona

V-Sona is a Discord bot for communicating server status and managing community roles.
It is based on the [Nostrum framework](https://github.com/Kraigie/nostrum) for Discord.

It is still in development and tokens and channel ids must currently be hardcoded in config.exs

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `vsona` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:vsona, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/vsona](https://hexdocs.pm/vsona).