wip
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = function () {
|
||||
return this.id || ''
|
||||
return this.channel_id || ''
|
||||
}
|
||||
|
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
module.exports = function () {
|
||||
return this.id || ''
|
||||
return this.channel_id || ''
|
||||
}
|
||||
|