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

Fix Telegram/Discord install links #37

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 installation/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ PoracleJS requires several prerequisites to operate. The following prerequisites
### Notification Service
We will need to configure a Discord or Telegram bot to allow PoracleJS to send messages to the required service. Only one bot is required for the configuration. PoracleJS will require the token for the user regardless of the service. This will be highlighted in the individual pages on how to obtain that information.

* [Discord Bot](../../discordbot.html)
* [Telegram Bot](../../telegrambot.html)
* [Discord Bot](discord.html)
* [Telegram Bot](telegram.html)

### Database
A database and user need to be configured for PoracleJS to access the database. While you can reuse existing users it is recommended to create a new user for each application.
Expand Down