Skip to content

Commit

Permalink
For the lolz
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackzzila committed Oct 15, 2016
1 parent 6629423 commit 0a8998b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/objects/Guild.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class Guild extends _BaseObj {
Member member = this.members[o['user']['id']];
member.status = o['status'];
if (o['game'] != null) {
if (o['game']['type'] is String) print(member.username);
member.game =
new Game._new(client, o['game'] as Map<String, dynamic>);
}
Expand Down

0 comments on commit 0a8998b

Please sign in to comment.