YSITD_TG_Bot says to #ysitd
<koru1130>: class Point { constructor(x, y) { this.x = x; this.y = y; } toString() { return '(' + this.x + ', ' + this.y + ')'; } }