mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 12:36:58 +00:00
update error messages and get guild name
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user