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