mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
dev env error log to console included metadata
This commit is contained in:
+1
-2
@@ -2,6 +2,5 @@ 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"}
|
||||
def get_guild_name!(_), do: "Test Guild"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user