update error messages and get guild name

This commit is contained in:
Owen
2025-01-15 20:41:47 +01:00
committed by Owen Rees
parent 617b64eae2
commit ac513edac8
5 changed files with 55 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
defmodule PlantIdDiscordBotTest.Mocks.Guild do
@moduledoc """
Mocks the Guild module.
"""
def get_guild_name!(guild_id),
do: %{guild_id: 1_002_507_312_159_797_318, guild_name: "Test Guild"}
end