Files
Femboy-Croissant-Bot/utils/constants.js
Syxpi ad2014b7b2 Update Bot (j'ai plus le repo sur GitHub)
Qui c'est la conne qui a delete le repo sur GitHub? C'EST MOIIIII
2026-02-09 14:36:26 +01:00

71 lines
1.4 KiB
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
// Couleurs pour les embeds (Discord Brand Colors + Custom)
colors: {
// Couleurs principales
primary: '#5865F2', // Discord Blurple
success: '#57F287', // Discord Green
error: '#ED4245', // Discord Red
warning: '#FEE75C', // Discord Yellow
info: '#5865F2', // Discord Blurple
// Couleurs de modération
moderation: '#ED4245',
ban: '#ED4245',
unban: '#57F287',
kick: '#FEE75C',
warn: '#FEE75C',
mute: '#FFA500',
unmute: '#57F287',
timeout: '#FF6B6B',
// Couleurs spéciales
xp: '#9B59B6', // Purple pour XP
info: '#3498DB', // Blue pour info
utility: '#1ABC9C', // Turquoise pour utility
dev: '#E74C3C', // Red pour dev
},
// Emojis pour les embeds
emojis: {
// Statuts
success: '✅',
error: '❌',
warning: '⚠️',
info: '',
// Modération
ban: '🔨',
unban: '🔓',
kick: '👢',
warn: '⚠️',
mute: '🔇',
unmute: '🔊',
timeout: '⏱️',
// XP & Niveaux
level: '⭐',
xp: '💎',
rank: '🏆',
leaderboard: '📊',
// Informations
user: '👤',
server: '🖥️',
avatar: '🖼️',
profile: '📋',
// Utilitaires
ping: '🏓',
help: '📚',
settings: '⚙️',
// Autres
calendar: '📅',
clock: '⏰',
id: '🆔',
reason: '📝',
moderator: '👮',
},
};