messageReactionAdd not working any more

Kommentare

1 Kommentar

  • Spider

    this doesn't work any more either

    guild.channels.create('new-channel', {
      type: 'text',
      permissionOverwrites: [
      {
        id: message.guild.id,
        deny: ['VIEW_CHANNEL'],
      },
      {
        id: message.author.id,
        allow: ['VIEW_CHANNEL'],
      },],
    });

    it use to work fine, but will error - unless you remove
    {
    id: message.author.id,
    allow: ['VIEW_CHANNEL'],
    }

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.