mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +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