Add Tests for util.loadCommand if user doesn't have roles or userid
This commit is contained in:
parent
c816f182b2
commit
15b4a168df
4 changed files with 50 additions and 1 deletions
|
@ -3,5 +3,12 @@
|
|||
"author": {
|
||||
"bot": false
|
||||
},
|
||||
"content": "d!testing param1"
|
||||
"content": "d!testing param1",
|
||||
"member": {
|
||||
"roles": {
|
||||
"cache": [
|
||||
"NonRegular"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue