How to sync Discord and Discourse

This is a test from Strapi team
This posts has been created from Discord 1204799825674113124

This is an answer coming from Discord

It works! Here is some code from Discord thread:

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

This is another message from Discord on a Discourse closed Topic!