Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 3.45 KB

developer-mode.md

File metadata and controls

95 lines (67 loc) · 3.45 KB

What is Developer Mode?

Developer mode is a Discord feature that allows you to access the internal IDs used by Discord to refer to certain objects, such as users, servers, messages, channels, and roles. These can be used in place of such options in MoonlightBot's commands.

Using Developer Mode

To use developer mode, you need to enable it first. Instructions for enabling developer mode are provided in the next section.

Whenever MoonlightBot asks for something like a user, channel, etc., you can provide the ID as an option to make sure it is pointing to exactly what you want.

Desktop/Web App

To copy the ID of an object in the desktop or web app, right-click the object and click on the Copy ID option.

Android App

For example, to copy the ID of a user in the Android app, tap on the user's profile, then tap on the three dots in the top right corner and click on Copy ID.

iOS App

For example, to copy the ID of a user in the iOS app, tap on the user's profile, then tap on the three dots in the top right corner and click on Copy ID.

Enabling Developer Mode

Desktop/Web App

  1. Go to User Settings by clicking the gear icon in the bottom left of the window
  2. Go to "Advanced"
  3. Click on the Developer mode toggle and you're done!

{% tabs %} {% tab title="Step 1" %} Image depicting step one on desktop {% endtab %}

{% tab title="Step 2" %} Image depicting step two on desktop {% endtab %}

{% tab title="Step 3" %} Image depicting step three on desktop {% endtab %} {% endtabs %}

Android App

  1. Go to User Profile by clicking your avatar in the bottom right corner
  2. Click again on your avatar in the bottom right corner or on the three dots in the top right corner
  3. Scroll down until the Advanced section
  4. Open Advanced
  5. Click on the Developer Mode toggle and you're done!

{% tabs %} {% tab title="Step 1" %} Image depicting step one on an Android device {% endtab %}

{% tab title="Step 2" %} Image depicting step two on an Android device {% endtab %}

{% tab title="Step 3" %} Image depicting step three on an Android device {% endtab %}

{% tab title="Step 4" %} Image depicting step four on an Android device {% endtab %} {% endtabs %}

iOS App

  1. Go to User Profile by clicking your avatar in the bottom right corner
  2. Click again on your avatar in the bottom right corner or on the three dots in the top right corner
  3. Scroll down until the Advanced section
  4. Open Advanced
  5. Click on the Developer Mode toggle and you're done!

{% tabs %} {% tab title="Step 1" %} Image depicting step one on an iOS device {% endtab %}

{% tab title="Step 2" %} Image depicting step two on an iOS device {% endtab %}

{% tab title="Step 3" %} Image depicting step three on an iOS device {% endtab %}

{% tab title="Step 4" %} Image depicting step four on an iOS device {% endtab %} {% endtabs %}