discord.js-light-commando
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -71,3 +71,3 @@ { | ||
"types": "./typings/index.d.ts", | ||
"version": "1.0.4" | ||
"version": "1.1.0" | ||
} |
@@ -126,3 +126,3 @@ const { Structures, escapeMarkdown, splitMessage, resolveString } = require('discord.js-light'); | ||
if(this.channel.type === 'text' && !this.guild.members.cache.has(this.author.id) && !this.webhookID) { | ||
this.member = await this.guild.members.fetch(this.author); | ||
await this.guild.members.fetch(this.author.id); | ||
} | ||
@@ -129,0 +129,0 @@ |
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
222481