Comparing version 0.0.1 to 0.0.2
@@ -6,3 +6,3 @@ "use strict"; | ||
function Eris(token, options) { | ||
return new Client(token, options); | ||
return new Client(token, options); | ||
} | ||
@@ -36,2 +36,3 @@ | ||
Eris.Message = require("./lib/structures/Message"); | ||
Eris.ModalSubmitInteraction = require("./lib/structures/ModalSubmitInteraction.js"); | ||
Eris.NewsChannel = require("./lib/structures/NewsChannel"); | ||
@@ -38,0 +39,0 @@ Eris.NewsThreadChannel = require("./lib/structures/NewsThreadChannel"); |
{ | ||
"name": "veloeris", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A NodeJS Discord library", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1052792
22775