File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ public class Example
3333
3434** How do I find a Guild ID / Player ID?**
3535```
36- Step 1: Enable developer mode on your Discord Client. You can find this option in User Settings > Apperance > Advanced > Developer Mode.
36+ Step 1: Enable developer mode on your Discord Client.
37+ You can find this option in User Settings > Apperance > Advanced > Developer Mode.
3738
3839Step 2: Right click any Guild or Player and click Copy ID
3940
@@ -42,4 +43,6 @@ Step 3: Profit
4243
4344** I'm making modifications to the data in my program but the changes aren't being reflected on the server. Help?**
4445
46+ ```
4547All returned objects are immutable. This API only allows for querying and not for sending data back to Mee6.
48+ ```
You can’t perform that action at this time.
0 commit comments