mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-09-19 13:13:52 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
defmodule PlantIdDiscordBot do
|
||||
@moduledoc """
|
||||
Documentation for `PlantidDiscordBot`.
|
||||
"""
|
||||
|
||||
@doc """
|
||||
Hello world.
|
||||
|
||||
## Examples
|
||||
|
||||
iex> PlantidDiscordBot.hello()
|
||||
:world
|
||||
|
||||
"""
|
||||
def hello do
|
||||
:world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user