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 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Python 3.8+, `aiohttp` 3.7.4+ and `discord.py` 2.0.0+ are required.
### Basic setup

1. Download the source code and its dependencies.
2. Create an application at the [Discord Developer Dashboard](https://discordapp.com/developers/applications/) and enable it as a bot (in the Bot tab.) Also enable the **Message Content Intent**.
3. Copy the token from your newly-created bot, and use it to finish setting up `relay.conf`.
2. Create an application at the [Discord Developer Dashboard](https://discordapp.com/developers/applications/) (if You use Firefox, a more recent version might be needed, to use (all) the website's functionalities) and enable it as a bot (in the Bot tab.) Also enable the **Message Content Intent**.
3. Copy the token (this is not the "PUBLIC KEY") from your newly-created bot, and use it to finish setting up `relay.conf`.

Example `relay.conf`: *(The token shown below has been regenerated)*
```
Expand Down