Home > Enterprise >  Discord.py How can I create a channel with the nickname of user who clicked the emoji in message?
Discord.py How can I create a channel with the nickname of user who clicked the emoji in message?

Time:02-12

    self.ticket_creator = user_id

    message = await channel.fetch_message(message_id)
    await message.remove_reaction("           
  • Related