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
+8
View File
@@ -0,0 +1,8 @@
defmodule PlantIdDiscordBotTest do
use ExUnit.Case
doctest PlantIdDiscordBot
test "greets the world" do
assert PlantIdDiscordBot.hello() == :world
end
end