Packages

Xhawn is a Discord voice and text channel bot that fetches memes from Reddit when prompted and plays your theme song when you entering voice channel - so everyone knows what the score is..

Current section

Files

Jump to
xhawn_bot lib xhawn.ex
Raw

lib/xhawn.ex

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