status command

This commit is contained in:
Owen
2024-12-15 16:10:37 +01:00
parent 6ffbc7fedf
commit 7cf2e79c3e
10 changed files with 55 additions and 8 deletions
+4 -1
View File
@@ -4,5 +4,8 @@ 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"}}}
def get_application_information() do
{:ok, %{name: "Test Bot", approximate_guild_count: 1, owner: %{username: "Test User"}}}
end
end