Tests
This commit is contained in:
parent
7840bc9be8
commit
80e9daa8dc
24 changed files with 5435 additions and 111 deletions
5
tests/json/commandConfig.json
Normal file
5
tests/json/commandConfig.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"testing": {
|
||||
"tester": "General Kenobi"
|
||||
}
|
||||
}
|
6
tests/json/config.json
Normal file
6
tests/json/config.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"token": "TOKEN",
|
||||
"prefix": "d!",
|
||||
"commands": "tests/commands",
|
||||
"events": "tests/events"
|
||||
}
|
7
tests/json/message.json
Normal file
7
tests/json/message.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"guild": "000000000000000000",
|
||||
"author": {
|
||||
"bot": false
|
||||
},
|
||||
"content": "d!testing param1"
|
||||
}
|
Reference in a new issue