Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #168

Merged
merged 1 commit into from
Jan 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ If you don't receive it, something is most likely wrong!

The access settings allow specific commands to be limited to specific users.
* In the commands section, put a comma-separated list of commands.
* Check out [this wiki page](https://github.com/cameroncros/OctoPrint-DiscordRemote/wiki/Default-Commands,-Parameters-and-Description) for the list of commands
* The command list should look like "help, status, snapshot, mute, unmute" and is useful for tailoring access to any other users you might invite to avoid them issuing a command like /abort!
* In the users section, put a comma-separated list of user IDs.
* The user ID needs to be the numerical form, which is a number like: 165259232034275409
* The user ID needs to be the numerical form, which is a number like: 165259232034275409
* In a text channel, find a message sent by you (or send one) and then right-click your name over that message and click "Copy ID"
* Or, join a voice channel, and then right-click your name in the sidebar, and click "Copy ID"
* The text user ID (like "MyUser" or "MyUser#1234") will result in "Permission Denied" responses to commands.
Expand Down