mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
/source application command with test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
defmodule PlantIdDiscordBotTest.Mocks.Nostrum.Api do
|
||||
@moduledoc """
|
||||
Mocks the Nostrum.Api module.
|
||||
"""
|
||||
|
||||
def create_interaction_response(_interaction, response), do: {:ok, response}
|
||||
end
|
||||
Reference in New Issue
Block a user