package com.discord.stores; import d0.z.d.m; import d0.z.d.o; import java.util.Map; import kotlin.jvm.functions.Function1; /* compiled from: StoreApplicationCommands.kt */ public final class BuiltInCommands$createAppendToEndSlashCommand$1 extends o implements Function1, String> { public final /* synthetic */ String $replacement; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public BuiltInCommands$createAppendToEndSlashCommand$1(String str) { super(1); this.$replacement = str; } public final String invoke(Map map) { m.checkNotNullParameter(map, "commandOptions"); StringBuilder sb = new StringBuilder(); Object obj = map.get("message"); if (obj == null) { obj = ""; } sb.append(obj); sb.append(' '); sb.append(this.$replacement); return sb.toString(); } }