Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Updated the docs link to go to master. (#17)
Browse files Browse the repository at this point in the history
* Updated the docs link to go to master.

* Cause Ao asked
  • Loading branch information
MrJacz authored and bdistin committed Sep 5, 2017
1 parent ecddf08 commit e12dbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/GettingStarted.md
Expand Up @@ -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
Expand Down

0 comments on commit e12dbe3

Please sign in to comment.