Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Typings are missing for the KlasaMember class #98

Open
stijnvdkolk opened this issue Apr 12, 2019 · 3 comments
Open

Typings are missing for the KlasaMember class #98

stijnvdkolk opened this issue Apr 12, 2019 · 3 comments
Assignees

Comments

@stijnvdkolk
Copy link
Contributor

Describe the issue

Typings for the KlasaMember class are missing

Code or steps to reproduce

Importing KlasaMember doesn't show the typings data, also opening the typings file doesn't have them in

Expected and actual behavior

They shouldn't be missing

Further details

Not needed

@kyranet kyranet self-assigned this Apr 13, 2019
@kyranet
Copy link
Contributor

kyranet commented Apr 13, 2019

They actually aren't, it's just that this module isn't augmenting discord.js (yet).

export class KlasaMember extends GuildMember {
public settings: Settings;
public toJSON(): KlasaMemberJSON;
}

@stijnvdkolk
Copy link
Contributor Author

How can that be fixed?

@stijnvdkolk
Copy link
Contributor Author

In the settings branche is that code missing in the typings file, I am using the typings file

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants