Skip to content

Commit

Permalink
Merge pull request #24 from Commandserver/dev
Browse files Browse the repository at this point in the history
removed useless clear audit log reason
  • Loading branch information
Commandserver authored Jun 19, 2022
2 parents 33ad593 + b5fa463 commit 7147c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ int main() {
bot.log(dpp::ll_info, "timed out " + std::to_string(userId));
}
});
bot.clear_audit_reason();
}
} catch (dpp::cache_exception &exception) {
bot.log(dpp::ll_error, "couldn't find user " + std::to_string(userId) + " in cache");
Expand Down

0 comments on commit 7147c09

Please sign in to comment.