lingua/src/en_US.ts

7 lines
437 B
TypeScript
Raw Normal View History

2021-04-08 18:29:00 +00:00
export default {
2021-04-08 19:58:56 +00:00
CHANNEL_NOT_NSFW: "This Channel is not marked as NSFW, please mark it as such an rerun this Command.",
2021-04-09 12:49:25 +00:00
INSUFFICIENT_PERMISSIONS: `You need \`PERMISSIONS\` Permissions to run this Command `,
ON_COOLDOWN: `\`COMMAND\` is on Cooldown.`,
2021-04-09 13:12:38 +00:00
ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` berore trying to use it again.`,
ON_ERROR: `\`COMMAND\` encountered an Error.`
2021-04-08 18:29:00 +00:00
}