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
- Host: GitHub
- URL: https://github.com/v-sekai/vsona-discord-bot
- Owner: V-Sekai
- License: mit
- Created: 2022-02-15T11:46:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T10:24:25.000Z (about 3 years ago)
- Last Synced: 2025-01-24T02:41:21.961Z (3 months ago)
- Language: Elixir
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).