Add notes (#423)

This commit is contained in:
Manuel Kraus
2016-06-15 06:04:47 +02:00
committed by abal
parent 7f864578e0
commit 0f4566dd23
10 changed files with 140 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ export default class User extends Equality{
since : null,
channel : null
};
this.note = data.note || null;
this.voiceChannel = null;
this.voiceState = {};
}