fixed bug

This commit is contained in:
Neko Life 2021-05-10 13:43:53 +00:00
parent 5408b98b83
commit 6048084486

View file

@ -56,7 +56,7 @@ module.exports = class avatar extends commando.Command {
let ree = [];
async function nonDigit(client) {
const theree = findMemberRegEx(msg, uID);
if (theree.length > 0) {
if (theree?.length > 0) {
for (const reeRes of theree) {
ree.push(reeRes);
}