mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
feat: add bupple emoji
This commit is contained in:
parent
30acd2cb62
commit
2babbc9861
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export async function moderateNick(member: GuildMember) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const BUN_ONLY_LIKE_MESSAGE_REGEX =
|
const BUN_ONLY_LIKE_MESSAGE_REGEX =
|
||||||
/^<:(awesomebun:1136571782472683571|beno:1152544141323010049|bun:994093611065024512|bunUwU:1152543655035412602|bunana:1118962978088304741|bundough:1152673360224993383|bundows:1180836292657942598|bunlove:1001784944068145213|bunx:1151197324299739146|buxmas:1180860721672757308|grabbun:995824913418027118|lickbun:1118962491653898311|nomouth_bun:995824878227820687|nostalgiabun:995824933236129912|peekbun:995823659786711082|rainbowbun:995824310860128326|uwubun:995823895175233587)>$/i;
|
/^<:(awesomebun:1136571782472683571|beno:1152544141323010049|bun:994093611065024512|bunUwU:1152543655035412602|bunana:1118962978088304741|bundough:1152673360224993383|bundows:1180836292657942598|bunlove:1001784944068145213|bunx:1151197324299739146|buxmas:1180860721672757308|grabbun:995824913418027118|lickbun:1118962491653898311|nomouth_bun:995824878227820687|nostalgiabun:995824933236129912|peekbun:995823659786711082|rainbowbun:995824310860128326|uwubun:995823895175233587|bupple:1190690285852839976)>$/i;
|
||||||
export function isBunOnlyLikeMessage(content?: string) {
|
export function isBunOnlyLikeMessage(content?: string) {
|
||||||
if (!content) return false;
|
if (!content) return false;
|
||||||
if (content === "bun") return true;
|
if (content === "bun") return true;
|
||||||
|
|
Loading…
Reference in a new issue