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) {