mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 12:36:58 +00:00
basic error handling test
This commit is contained in:
@@ -3,6 +3,13 @@ defmodule PlantIdDiscordBotTest.Mocks.Nostrum.Api do
|
||||
Mocks the Nostrum.Api module.
|
||||
"""
|
||||
|
||||
# def create_message(_channel_id, content), do: {:ok, content}
|
||||
|
||||
def create_message(_channel_id, content) do
|
||||
send(self(), {:create_message, 123456, content})
|
||||
{:ok, content}
|
||||
end
|
||||
|
||||
def create_interaction_response(_interaction, response), do: {:ok, response}
|
||||
|
||||
def get_application_information() do
|
||||
|
||||
Reference in New Issue
Block a user