mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-18 08:43:57 +00:00
16 lines
441 B
TypeScript
16 lines
441 B
TypeScript
export const MessageScanLabeledResponseReactions = {
|
|
train: '👍',
|
|
edit: '🔧',
|
|
delete: '❌',
|
|
} as const
|
|
|
|
export const MessageScanHumanizedMode = {
|
|
ocr: 'image recognition',
|
|
nlp: 'text analysis',
|
|
match: 'pattern matching',
|
|
} as const
|
|
|
|
export const DefaultEmbedColor = '#4E98F0'
|
|
export const ReVancedLogoURL =
|
|
'https://media.discordapp.net/attachments/1095487869923119144/1115436493050224660/revanced-logo.png'
|