devland.js
Advanced tools
Comparing version 1.0.21 to 1.0.22
24
index.js
const Client = require('./structures/client/client') | ||
const Models = require('./structures/models') | ||
const Utils = require('./structures/util') | ||
const Attachment = require('./structures/models/Attachment') | ||
const Guild = require('./structures/models/Guild') | ||
const Message = require('./structures/models/Message') | ||
const MessageEmbed = require('./structures/models/MessageEmbed') | ||
const TextChannel = require('./structures/models/TextChannel') | ||
const User = require('./structures/models/User') | ||
const ActionRow = require('./structures/models/ActionRow') | ||
const Button = require('./structures/models/Button') | ||
const StringSelect = require('./structures/models/StringSelect') | ||
const {Store} = require('./structures/util/Store/Store') | ||
module.exports = { | ||
Client, | ||
Models, | ||
Utils | ||
Utils, | ||
Attachment, | ||
Guild, | ||
Message, | ||
MessageEmbed, | ||
TextChannel, | ||
User, | ||
ActionRow, | ||
Button, | ||
StringSelect, | ||
Store, | ||
} |
@@ -9,3 +9,3 @@ { | ||
"name": "devland.js", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "A powerful API wrapper for the Discord API", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194425
3137