Skip to content

Commit

Permalink
Fixed another stupid mistake, this should be all
Browse files Browse the repository at this point in the history
  • Loading branch information
AA1999 committed Jan 21, 2024
1 parent c90e444 commit db8a858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpp/cluster_coro_calls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ async<confirmation_callback_t> cluster::co_guild_member_timeout(snowflake guild_
return async{ this, static_cast<void (cluster::*)(snowflake, snowflake, time_t, command_completion_event_t)>(&cluster::guild_member_timeout), guild_id, user_id, communication_disabled_until };
}

async<confirmation_callback_t> cluster::co_guild_member_timeout(snowflake guild_id, snowflake user_id) {
async<confirmation_callback_t> cluster::co_guild_member_timeout_remove(snowflake guild_id, snowflake user_id) {
return co_guild_member_timeout(guild_id, user_id, 0);
}

Expand Down

0 comments on commit db8a858

Please sign in to comment.