discord

Use Discord's API to send message as user


I want to send a message in a Discord channel but from a user account not a bot. Is this kind of thing possible using Discord's API?


Solution

  • The official documentation should contain enough information to get started: https://discord.com/developers/docs/resources/channel#create-message

    Make sure to login with OAuth2 and not as a bot. Also, it is important to get the right scope (permissions) when requesting an OAuth token.