export const PresenceStatusColor = new Map([ ['online', '#43b581'], ['dnd', '#f04747'], ['idle', '#faa61a'], ['offline', '#747f8d'], ['invisible', '#747f8d'], ]);