Webpack build for branch master: 140839128a

This commit is contained in:
Travis CI 2017-05-01 14:08:17 +00:00
parent 68f655f15d
commit 94597105cb
2 changed files with 2 additions and 1 deletions

View file

@ -8257,6 +8257,7 @@ class Guild {
} else if (typeof options === 'string') {
options = { reason: options, 'delete-message-days': 0 };
}
if (options.days) options['delete-message-days'] = options.days;
return this.client.rest.methods.banGuildMember(this, user, options);
}

File diff suppressed because one or more lines are too long