fix ur function bro

This commit is contained in:
night0721 2022-03-25 01:19:42 +08:00
parent b69518eb75
commit e4ab80dc37

View file

@ -18,7 +18,8 @@ module.exports = {
const embed = new MessageEmbed()
.setTitle(`Apex Legends Mobile Sensitivity Calculator`)
.setDescription(
`<:nyx_description:897379659665264650> For more info, follow this [Video guide](https://rebrand.ly/apexm-sens) by HawksNest.`)
`<:nyx_description:897379659665264650> For more info, follow this [Video guide](https://rebrand.ly/apexm-sens) by HawksNest.`
)
.setColor(13703714) // hex: #d11a22
.setFooter({
text: `Data by Hawksnest`,
@ -26,7 +27,7 @@ module.exports = {
"https://media.discordapp.net/attachments/851764525623672854/951532817647542342/more_hawksnest.jpg",
})
.setTimestamp()
.addFields(
.addField(
{
name: "Basic Sensitivity",
value: `
@ -43,7 +44,7 @@ module.exports = {
4x Scope ADS - \`${args[0] * 0.25}\`
6x Scope ADS - \`${args[0] * 0.16}\`
8x Scope ADS - \`${args[0] * 0.12}\`
10x Scope ADS - \`${args[0] * 0.10}\``,
10x Scope ADS - \`${args[0] * 0.1}\``,
inline: false,
}
)