Added edited_channel_post.
This commit is contained in:
parent
a614760b3f
commit
222c00ba20
@ -170,7 +170,7 @@ export default class Bot extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
update.forEach(res => {
|
update.forEach(res => {
|
||||||
const msg = res.message || res.edited_message || res.channel_post;
|
const msg = res.message || res.edited_message || res.channel_post || res.edited_channel_post;
|
||||||
let text = msg.text;
|
let text = msg.text;
|
||||||
if (!text) {
|
if (!text) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user