This commit is contained in:
Vylpes 2021-01-16 19:06:35 +00:00
parent 7840bc9be8
commit 80e9daa8dc
24 changed files with 5435 additions and 111 deletions

View file

@ -0,0 +1,5 @@
{
"testing": {
"tester": "General Kenobi"
}
}

6
tests/json/config.json Normal file
View file

@ -0,0 +1,6 @@
{
"token": "TOKEN",
"prefix": "d!",
"commands": "tests/commands",
"events": "tests/events"
}

7
tests/json/message.json Normal file
View file

@ -0,0 +1,7 @@
{
"guild": "000000000000000000",
"author": {
"bot": false
},
"content": "d!testing param1"
}