mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-30 14:41:03 +00:00
feat(bots/discord): add source
This commit is contained in:
9
bots/discord/src/constants.ts
Normal file
9
bots/discord/src/constants.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const MessageScanLabeledResponseReactions = {
|
||||
train: '👍',
|
||||
edit: '🔧',
|
||||
delete: '❌',
|
||||
} as const
|
||||
|
||||
export const DefaultEmbedColor = '#4E98F0'
|
||||
export const ReVancedLogoURL =
|
||||
'https://media.discordapp.net/attachments/1095487869923119144/1115436493050224660/revanced-logo.png'
|
||||
Reference in New Issue
Block a user