How to sync Discord and Discourse

It works! Here is some code from Discord thread:

 constructor(context, options) {
    super(context, {
      ...options,
      event: 'messageCreate',
    });
  }