info and help with test

This commit is contained in:
Owen
2024-12-14 00:17:30 +01:00
parent 5975458407
commit 5d6e632a1d
10 changed files with 146 additions and 3 deletions
+1
View File
@@ -4,4 +4,5 @@ defmodule PlantIdDiscordBotTest.Mocks.Nostrum.Api do
"""
def create_interaction_response(_interaction, response), do: {:ok, response}
def get_application_info(), do: {:ok, %{name: "Test Bot", owner: %{username: "Test User"}}}
end