init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
export const discordStatuses: DiscordStatus[] = [
|
||||
{
|
||||
id: 'online',
|
||||
color: '#27A55B',
|
||||
text: 'online',
|
||||
},
|
||||
{
|
||||
id: 'away',
|
||||
color: '#faa61a',
|
||||
text: 'away',
|
||||
},
|
||||
{
|
||||
id: 'dnd',
|
||||
color: '#f04747',
|
||||
text: 'do not disturb',
|
||||
},
|
||||
{
|
||||
id: 'offline',
|
||||
color: 'gray',
|
||||
text: 'offline',
|
||||
},
|
||||
];
|
||||
|
||||
export default discordStatuses;
|
||||
|
||||
Reference in New Issue
Block a user