This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message.activity === null && | |
message.cleanContent === '' && | |
message.roleSubscriptionData === null && | |
message.components.length === 0 && | |
message.system === false && | |
message.webhookId === null && | |
message.type === 0 && | |
message.attachments.size === 0 && | |
message.embeds.length === 0 && | |
message.applicationId === null && |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Poll example Discord.js V14.15.1 | |
import { PollData, PollLayoutType } from 'discord.js'; | |
const poll: PollData = { | |
question: { | |
text: 'PHP is good?', | |
}, | |
answers: [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General: | |
Prefix: "&c&lAdvancedBan &8&l»" | |
NoPerms: "&c¡No tienes permisos para eso!" | |
LayoutNotFound: "&cNo existe un diseño llamado %NAME%" | |
# Esta será la sustitución para la variable %DURATION% | |
TimeLayoutD: "%D%día(s) %H%h %M%min y %S%seg" | |
TimeLayoutH: "%H%hora(s) %M%min y %S%seg" | |
TimeLayoutM: "%M%min y %S%seg" | |
TimeLayoutS: "%S% segundos" | |
FailedFetch: "&c¡No se pudo obtener el UUID de %NAME%! Revisa la consola para más detalles." |