mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
feat: added Status Constants
This commit is contained in:
parent
368ea5d556
commit
d0a8782aa0
@ -1,3 +1,30 @@
|
||||
export const Status = {
|
||||
online: {
|
||||
text: '온라인',
|
||||
color: 'green-400'
|
||||
},
|
||||
idle: {
|
||||
text: '자리 비움',
|
||||
color: 'yellow-300'
|
||||
},
|
||||
dnd: {
|
||||
text: '다른 용무중',
|
||||
color: 'red-500'
|
||||
},
|
||||
offline: {
|
||||
text: '오프라인',
|
||||
color: 'gray-500'
|
||||
},
|
||||
null: {
|
||||
text: '알 수 없음',
|
||||
color : 'gray-500'
|
||||
},
|
||||
'???': {
|
||||
text: '알 수 없음',
|
||||
color: 'gray-500'
|
||||
}
|
||||
}
|
||||
|
||||
export const libs = [
|
||||
'discord.js',
|
||||
'Eris',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user