Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:brainboxdotcc/DPP into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Aug 7, 2023
2 parents a2a2f7b + 4189006 commit fa7986b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dpp/dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,8 @@ void interaction_create_t::reply(const message & m, command_completion_event_t c
}

void interaction_create_t::thinking(bool ephemeral, command_completion_event_t callback) const {
message msg;
msg.content = "*";
message msg{this->command.channel_id, std::string{"*"}};
msg.guild_id = this->command.guild_id;
msg.channel_id = this->command.channel_id;
if (ephemeral) {
msg.set_flags(dpp::m_ephemeral);
}
Expand Down

0 comments on commit fa7986b

Please sign in to comment.