From e12dbe33889a93dec5cd4edcd8ab7ab83879faa8 Mon Sep 17 00:00:00 2001 From: MrJacz Date: Wed, 6 Sep 2017 05:36:00 +1000 Subject: [PATCH] Updated the docs link to go to master. (#17) * Updated the docs link to go to master. * Cause Ao asked --- README.md | 2 +- tutorials/GettingStarted.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb9f82a101..4e98001c06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Klasa -[![Discord](https://discordapp.com/api/guilds/260202843686830080/embed.png)](https://discord.gg/dgs8263) +[![Discord](https://discordapp.com/api/guilds/339942739275677727/embed.png)](https://discord.gg/FpEFSyY) [![npm](https://img.shields.io/npm/v/klasa.svg?maxAge=3600)](https://www.npmjs.com/package/klasa) [![npm](https://img.shields.io/npm/dt/klasa.svg?maxAge=3600)](https://www.npmjs.com/package/klasa) [![Build Status](https://travis-ci.org/dirigeants/klasa.svg?branch=master)](https://travis-ci.org/dirigeants/klasa) diff --git a/tutorials/GettingStarted.md b/tutorials/GettingStarted.md index 2fc45482e7..307a824963 100644 --- a/tutorials/GettingStarted.md +++ b/tutorials/GettingStarted.md @@ -35,7 +35,7 @@ client.login('your-bot-token'); ### Configuration Options: [KlasaClientConfig]{@link KlasaClient.KlasaClientConfig} -- **clientOptions**: These are passed directly to the discord.js library. They are optional. For more information on which options are available, see [ClientOptions in the discord.js docs](https://discord.js.org/#/docs/main/stable/typedef/ClientOptions). +- **clientOptions**: These are passed directly to the discord.js library. They are optional. For more information on which options are available, see [ClientOptions in the discord.js docs](https://discord.js.org/#/docs/main/master/typedef/ClientOptions). - **prefix**: The default prefix(es) when the bot first boots up. This option becomes useless after first boot, since the prefix is written to the default configuration system. Pass an array to accept multiple prefixes. - **permissionLevels**: `default: KlasaClient.defaultPermissionLevels` The permission levels to use with this bot - **clientBaseDir**: `default: process.cwd()` The directory where all piece folders can be found