mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
refactor(ping): change the button label & emoji
This commit is contained in:
parent
d8614afdf9
commit
a3f7263489
3 changed files with 5 additions and 5 deletions
|
@ -37,9 +37,9 @@ export default {
|
|||
components: [
|
||||
<ActionRow>
|
||||
<Button
|
||||
label="I'm dumb!"
|
||||
label="I'm normal!"
|
||||
style={ButtonStyle.Danger}
|
||||
emoji={{ name: "😕", id: null, animated: false }}
|
||||
emoji={{ name: "🤦", id: null, animated: false }}
|
||||
id={`0-${serialized}`}
|
||||
/>
|
||||
</ActionRow>,
|
||||
|
|
|
@ -32,7 +32,7 @@ export default {
|
|||
`\`${restClosedForm}\``,
|
||||
`\`≈ ${rest} ms\``,
|
||||
"",
|
||||
"Mathematics is the language of the universe, it's truly fascinating! And being a software engineer requires a deep understanding of this language. It's not an easy field, but it's incredibly rewarding. 😄",
|
||||
"Mathematics is the language of the universe, it's truly fascinating! 😄",
|
||||
].join("\n"),
|
||||
ephemeral: true,
|
||||
})
|
||||
|
|
|
@ -34,9 +34,9 @@ export default {
|
|||
components: [
|
||||
<ActionRow>
|
||||
<Button
|
||||
label="I'm dumb!"
|
||||
label="I'm normal!"
|
||||
style={ButtonStyle.Danger}
|
||||
emoji={{ name: "😕", id: null, animated: false }}
|
||||
emoji={{ name: "🤦", id: null, animated: false }}
|
||||
id={`0-${serialized}`}
|
||||
/>
|
||||
</ActionRow>,
|
||||
|
|
Loading…
Reference in a new issue