event info speedcode any% this is horrifying

This commit is contained in:
MapleLeaf
2021-12-29 01:55:02 -06:00
parent 4fe5dd2cf9
commit ee8fbbbab4
6 changed files with 185 additions and 8 deletions

View File

@@ -70,7 +70,12 @@ createCommandHandler(client, [
<>
<Button
label="public clic"
onClick={() => reacord.reply(interaction, "you clic")}
onClick={(event) =>
reacord.reply(
interaction,
`${event.guild?.member.displayName} clic`,
)
}
/>
<Button
label="clic"