Skip to content

Commit

Permalink
build: 🚨 export interaction client methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Jan 20, 2024
1 parent 5fffada commit d777316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ekizu/request/interaction_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ struct InteractionClient {

/// https://discord.com/developers/docs/interactions/receiving-and-responding#endpoints

[[nodiscard]] CreateResponse create_response(
[[nodiscard]] EKIZU_EXPORT CreateResponse create_response(
Snowflake interaction_id, std::string_view interaction_token,
InteractionResponse response) const;

[[nodiscard]] GetOriginalResponse get_original_response(
[[nodiscard]] EKIZU_EXPORT GetOriginalResponse get_original_response(
Snowflake interaction_id, std::string_view interaction_token) const;

private:
Expand Down

0 comments on commit d777316

Please sign in to comment.