initial commit

This commit is contained in:
Owen
2024-12-13 22:03:26 +01:00
commit 1c4d0fb8af
13 changed files with 326 additions and 0 deletions
+18
View File
@@ -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