mirror of
https://github.com/danbulant/Shasha
synced 2026-05-25 21:01:57 +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 = [];
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue