|
|
@@ -242,7 +242,7 @@ ChatContext.prototype.toStatic = function(t) {
|
|
|
}
|
|
|
,"emojis": this.emojis.version > t ? this.emojis.data : undefined
|
|
|
};
|
|
|
- if (t) {
|
|
|
+ if (this.staticV > t) {
|
|
|
res["capacities"] = Object.keys(this.capacities);
|
|
|
}
|
|
|
if (this.commands.version > t) {
|