Update Bot (j'ai plus le repo sur GitHub)
Qui c'est la conne qui a delete le repo sur GitHub? C'EST MOIIIII
This commit is contained in:
70
utils/constants.js
Normal file
70
utils/constants.js
Normal file
@@ -0,0 +1,70 @@
|
||||
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: '👮',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user