Skip to content

Latest commit

Β 

History

History
21 lines (15 loc) Β· 688 Bytes

README.md

File metadata and controls

21 lines (15 loc) Β· 688 Bytes

DiscordBot

Actions Status Dependabot Status

A simple Discord bot, built directly on top of the Discord API.

Installation

If available in Hex, the package can be installed by adding discordbot to your list of dependencies in mix.exs:

def deps do
  [
    {:discordbot, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc by running mix docs.