From 38006a2aa1cfbc6da1c553125928792cb3d35bd6 Mon Sep 17 00:00:00 2001 From: zt64 <31907977+zt64@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:36:05 -0400 Subject: [PATCH] forgor to clear content in eval command --- .../kotlin/dev/zt64/minkinator/extension/RestrictedExtension.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/main/kotlin/dev/zt64/minkinator/extension/RestrictedExtension.kt b/bot/src/main/kotlin/dev/zt64/minkinator/extension/RestrictedExtension.kt index 136ba19..d817539 100644 --- a/bot/src/main/kotlin/dev/zt64/minkinator/extension/RestrictedExtension.kt +++ b/bot/src/main/kotlin/dev/zt64/minkinator/extension/RestrictedExtension.kt @@ -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) {