Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overminddl1/overdiscord
Discord bot for my personal use, not that interesting except to see how some things are done in code
https://github.com/overminddl1/overdiscord
Last synced: about 2 months ago
JSON representation
Discord bot for my personal use, not that interesting except to see how some things are done in code
- Host: GitHub
- URL: https://github.com/overminddl1/overdiscord
- Owner: OvermindDL1
- Created: 2017-07-25T16:55:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T03:04:29.000Z (8 months ago)
- Last Synced: 2024-10-13T20:09:19.701Z (2 months ago)
- Language: Elixir
- Homepage:
- Size: 1.06 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overdiscord
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `overdiscord` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:overdiscord, "~> 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/overdiscord](https://hexdocs.pm/overdiscord).