mirror of
https://github.com/danbulant/Shasha
synced 2026-07-08 04:21:06 +00:00
fixed bug
This commit is contained in:
parent
5408b98b83
commit
6048084486
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ module.exports = class avatar extends commando.Command {
|
||||||
let ree = [];
|
let ree = [];
|
||||||
async function nonDigit(client) {
|
async function nonDigit(client) {
|
||||||
const theree = findMemberRegEx(msg, uID);
|
const theree = findMemberRegEx(msg, uID);
|
||||||
if (theree.length > 0) {
|
if (theree?.length > 0) {
|
||||||
for (const reeRes of theree) {
|
for (const reeRes of theree) {
|
||||||
ree.push(reeRes);
|
ree.push(reeRes);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue