Packages

A command handler for the Nostrum discord API wrapper

Retired package: Deprecated - Dead library

Current section

Files

Jump to
cadet lib cadet.ex
Raw

lib/cadet.ex

defmodule Cadet do
@moduledoc """
Documentation for `Cadet`.
"""
@doc """
Hello world.
## Examples
iex> Cadet.hello()
:world
"""
def hello do
:world
end
end