Mark DataStores as public to directly display them in the docs. (#2268)

* make EmojiStore not Private anymore.

because why have something private if there is priority functionality on that class? also that causes that the docs wont show it directly

* make GuildChannelStore not private anymore

because why have something private if there is priority functionality on that class? also that causes that the docs wont show it directly

* make RoleStore not private anymore

because why have something private if there is priority functionality on that class? also that causes that the docs wont show it directly

* make ReactionStore not private anymore

because why have something private if there is priority functionality on that class? also that causes that the docs wont show it directly

* make all non private to stay consistent

* fix merge conflicts because of other PRs.
This commit is contained in:
Yukine
2018-01-20 08:00:44 +01:00
committed by SpaceEEC
parent e9bdd3ad7e
commit bf0a68dbac
8 changed files with 0 additions and 8 deletions

View File

@@ -7,7 +7,6 @@ const Permissions = require('../util/Permissions');
/**
* Stores guild channels.
* @private
* @extends {DataStore}
*/
class GuildChannelStore extends DataStore {