event info speedcode any% this is horrifying
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user