Add Tests for util.loadCommand if user doesn't have roles or userid

This commit is contained in:
Vylpes 2021-02-13 16:15:06 +00:00
parent c816f182b2
commit 15b4a168df
4 changed files with 50 additions and 1 deletions

View file

@ -3,5 +3,12 @@
"author": {
"bot": false
},
"content": "d!testing param1"
"content": "d!testing param1",
"member": {
"roles": {
"cache": [
"NonRegular"
]
}
}
}