Skip to content

Commit

Permalink
chore: move all emojis to the dedicated page (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeadTriXz committed Jul 19, 2024
1 parent 94d237a commit b1294a5
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions apps/barry/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,44 +48,44 @@ export class Emoji {
export default {
emotes: {
// Moderation
ban: new Emoji("ban", "1149399269531459616"),
dwc: new Emoji("dwc", "1151425609487106101"),
kick: new Emoji("kick", "1149399337412071484"),
mute: new Emoji("mute", "1149399536381477006"),
note: new Emoji("note", "1149399622398255188"),
unban: new Emoji("unban", "1149399596372607127"),
undwc: new Emoji("undwc", "1151870611203821628"),
unmute: new Emoji("unmute", "1149399568446914670"),
warn: new Emoji("warn", "1149399652504977508"),
ban: new Emoji("ban", "1263833067324313693"),
dwc: new Emoji("dwc", "1263833152565280768"),
kick: new Emoji("kick", "1263833216511643689"),
mute: new Emoji("mute", "1263833230247985152"),
note: new Emoji("note", "1263833242335973527"),
unban: new Emoji("unban", "1263833285864460368"),
undwc: new Emoji("undwc", "1263833296417194036"),
unmute: new Emoji("unmute", "1263833325651623946"),
warn: new Emoji("warn", "1263833335407448157"),

// Marketplace
action: new Emoji("action", "1154898403508105317"),
add: new Emoji("add", "1013212104628645888"),
available: new Emoji("check", "1004436175307669659"),
busy: new Emoji("busy", "1138853050539323584"),
unavailable: new Emoji("unavailable", "1138853052460322897"),
view: new Emoji("view", "1154898405592682576"),
action: new Emoji("action", "1263833048382701579"),
add: new Emoji("add", "1263833057811763201"),
available: new Emoji("check", "1263833107602341968"),
busy: new Emoji("busy", "1263833089235353601"),
unavailable: new Emoji("unavailable", "1263833275366113291"),
view: new Emoji("view", "1263833381880467478"),

// Reverse Image Search
bing: new Emoji("bing", "1127741749016657980"),
googleLens: new Emoji("googlelens", "1127735623948705852"),
yandex: new Emoji("yandex", "1005213772199251988"),
bing: new Emoji("bing", "1263833078439346310"),
googleLens: new Emoji("googlelens", "1263833188652814430"),
yandex: new Emoji("yandex", "1263833350284775525"),

// Other
check: new Emoji("check", "1004436175307669659"),
error: new Emoji("error", "1004436176859578510"),
menu: new Emoji("hamburger", "1136294229405077564"),
next: new Emoji("next", "1124406938738905098"),
previous: new Emoji("previous", "1124406936188768357"),
check: new Emoji("check", "1263833107602341968"),
error: new Emoji("error", "1263833176174887022"),
menu: new Emoji("hamburger", "1263833201374134442"),
next: new Emoji("next", "1263833027537276971"),
previous: new Emoji("previous", "1263833039574925422"),

// Menu
channel: new Emoji("channel", "1164796815183462443"),
close: new Emoji("close", "1164797630988173322"),
edit: new Emoji("edit", "1172430605032632320"),
delete: new Emoji("delete", "1172430603375882291"),
emoji: new Emoji("emoji", "1164796819507789834"),
role: new Emoji("role", "1164796811811237949"),
unknown: new Emoji("unknown", "1164796817297383495")
channel: new Emoji("channel", "1263833097493811261"),
close: new Emoji("close", "1263833122747715685"),
edit: new Emoji("edit", "1263833372086505482"),
delete: new Emoji("delete", "1263833140422639687"),
emoji: new Emoji("emoji", "1263833162375626854"),
role: new Emoji("role", "1263833252897095784"),
unknown: new Emoji("unknown", "1263833315383840808")
},
defaultColor: 0xFFC331,
defaultDWCColor: 0xFFFF58,
Expand Down

0 comments on commit b1294a5

Please sign in to comment.