We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd2bb7 commit b10ff89Copy full SHA for b10ff89
1 file changed
index.js
@@ -22,12 +22,12 @@ class TCAPI extends EventEmitter {
22
if (!token) throw new Error('[TCAPI] You have not provided an API key.');
23
if (!clientid) throw new Error('[TCAPI] You need to provide a client ID.');
24
if (!guildcount) throw new Error('[TCAPI] You need to provide the guild count.');
25
- /**
26
- * This is emited if the post was successful
+ /**
+ * This is emited if the post was successful
27
* @event success
28
*/
29
30
31
* This is emited if the post had an error
32
* @event error
33
* @param {error} error the actual error i guess
0 commit comments