Skip to content

Commit

Permalink
forgor to clear content in eval command
Browse files Browse the repository at this point in the history
  • Loading branch information
zt64 committed Aug 23, 2024
1 parent 362bda0 commit 38006a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ object RestrictedExtension : Extension() {
val returnValue = res.valueOrNull()?.returnValue

reply.edit {
content = ""
embed {

footer("Finished in ${duration.toComponents { s, ns -> "${s}s ${ns / 1e+6}ms" }}")

description = when (returnValue) {
Expand Down

0 comments on commit 38006a2

Please sign in to comment.