Changing coloring behavior

This commit is contained in:
Fabian
2019-04-02 19:55:04 -04:00
parent be009d24c0
commit 11619948e3
7 changed files with 187 additions and 147 deletions

View File

@ -16,7 +16,6 @@ export interface Message {
};
date: Date;
file: string;
customColors?: string;
}
export interface Adapter {