Skip to content

Instantly share code, notes, and snippets.

@Fyko
Last active November 26, 2019 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fyko/2e6ab3d88cf2f88950e0946c9639cefb to your computer and use it in GitHub Desktop.
Save Fyko/2e6ab3d88cf2f88950e0946c9639cefb to your computer and use it in GitHub Desktop.
Short guide on getting Discord entity IDs such as servers, channels, and users

This guide will walk you through obtaining Discord IDs such as your server ID.

  1. Ensure that Developer Mode is on. If not, head to Settings ⚙ => Appearance then toggle Developer Mode.
  • Settings
  • Appearance
  • Developer Mode
  1. For most Discord entities (servers, channels, users, messages) you can simply right click the item and click Copy ID
    However, for emoji IDs you must escape the emoji by placing a foreword slash () infront of the emoji. Ex: \:blobreach: then copy the ID from there.
  • Server ID
  • User ID from Member List
  • Message ID
  • Channel ID
  • Emoji Escape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment