Skip to content

Commit b10ff89

Browse files
authored
eslint being annoying
1 parent 4bd2bb7 commit b10ff89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ class TCAPI extends EventEmitter {
2222
if (!token) throw new Error('[TCAPI] You have not provided an API key.');
2323
if (!clientid) throw new Error('[TCAPI] You need to provide a client ID.');
2424
if (!guildcount) throw new Error('[TCAPI] You need to provide the guild count.');
25-
/**
26-
* This is emited if the post was successful
25+
/**
26+
* This is emited if the post was successful
2727
* @event success
2828
*/
2929

30-
/**
30+
/**
3131
* This is emited if the post had an error
3232
* @event error
3333
* @param {error} error the actual error i guess

0 commit comments

Comments
 (0)