export interface MessageLocation {
    userId: string;
    channelId: string;
    guildId?: string;
    roleIds?: Array<string>;
}
