Commit graph

88 commits

Author SHA1 Message Date
Ethan Lane 1b036609a9 Add ESLint 2021-08-20 15:58:41 +01:00
Ethan Lane f11f3954a1 Improvements to Tests 2021-08-20 15:53:34 +01:00
Ethan Lane 338514ba1e Util tests, rewrite tests 2021-08-20 15:42:46 +01:00
Ethan Lane 2d2eaadea7 User role tests 2021-08-20 14:59:41 +01:00
Ethan Lane 569c22f1f4 More tests 2021-08-19 17:27:47 +01:00
Ethan Lane 1044c57e66 First util.ts test 2021-08-19 17:21:54 +01:00
Ethan Lane a0a93a4737 Remove unused code 2021-08-18 21:27:44 +01:00
Ethan Lane e6464d22cb Event tests 2021-08-18 21:11:49 +01:00
Ethan Lane 49d3d9c449
Add 2 more tests to events 2021-08-16 19:11:42 +01:00
Ethan Lane da96bbefa5
Add start of event tests 2021-08-12 20:18:09 +01:00
Ethan Lane 99e375633b Add client tests 2021-07-30 15:49:12 +01:00
Vylpes abe94ccc72
Merge pull request #42 from Vylpes/feature/ts
Feature/ts
2021-07-24 12:57:28 +01:00
Ethan Lane a9400a95f2 Fix typo 2021-07-22 17:54:46 +01:00
Ethan Lane 8313e560b4 Set a response to false when it should be 2021-07-22 17:54:12 +01:00
Ethan Lane 9579ca837f Add ready event 2021-07-22 17:52:36 +01:00
Ethan Lane a5123d6f79 Update documentation 2021-07-20 17:55:31 +01:00
Vylpes e9112ee00e Fix events not working 2021-07-18 15:29:09 +01:00
Vylpes 6e700df0de Add CommandContext 2021-07-18 14:14:32 +01:00
Ethan Lane 23858f72fc Merge branch 'develop' into feature/ts 2021-07-16 17:25:40 +01:00
Ethan Lane 3100953f2e Clean up 2021-07-14 14:39:48 +01:00
Ethan Lane 29f80fba5c Rewrite in TypeScript 2021-07-14 13:55:36 +01:00
Ethan Lane 7870e35599 Swap to Yarn 2021-07-13 22:49:55 +01:00
Ethan Lane 33b05d9db6 Merge branch 'main' into develop 2021-07-03 18:26:38 +01:00
Ethan Lane 8e16f3a648 1.0.5 2021-06-26 21:39:02 +01:00
Vylpes 72030c625f
Merge pull request #35 from Vylpes/dependabot/npm_and_yarn/src/ws-7.5.0
Bump ws from 7.3.1 to 7.5.0 in /src
2021-06-21 19:53:30 +01:00
dependabot[bot] fdfa5aebd1
Bump ws from 7.3.1 to 7.5.0 in /src
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.5.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.5.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 18:52:48 +00:00
Vylpes 8af05a7fd8
Merge pull request #34 from Vylpes/dependabot/npm_and_yarn/ws-7.5.0
Bump ws from 7.3.1 to 7.5.0
2021-06-21 19:52:02 +01:00
dependabot[bot] 6bd6f0a3d5
Bump ws from 7.3.1 to 7.5.0
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.5.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.5.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 20:42:11 +00:00
Ethan Lane bec0e4871b Merge in dependabot/npm_and_yarn/ws-7.4.6 2021-06-10 09:14:32 +01:00
dependabot[bot] 1e578728c7
Bump ws from 7.3.1 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 02:58:03 +00:00
Vylpes b205826219
Update FUNDING.yml 2021-05-10 21:51:29 +01:00
Vylpes 6e38214df3
Update FUNDING.yml 2021-04-18 15:32:47 +01:00
Vylpes c816f182b2 Update util to check if folder exists 2021-02-07 14:12:56 +00:00
Ethan Lane bebaf30d16 Fixed some issues 2021-02-01 17:49:08 +00:00
Vylpes c418ba4d84 Merge branch 'feature/VBC-16' into 'develop'
Tests

See merge request Vylpes/vylbot-core!30
2021-01-16 19:06:35 +00:00
Vylpes 80e9daa8dc Tests 2021-01-16 19:06:35 +00:00
Vylpes 86b8f3e351 Update default.md 2021-01-15 18:15:59 +00:00
Vylpes e948540d80 Upload New File 2020-12-30 18:34:20 +00:00
Vylpes 02e3726692 Add new directory 2020-12-30 18:34:12 +00:00
Vylpes 6be00356c6 Add new directory 2020-12-30 18:34:01 +00:00
Vylpes 7840bc9be8 Merge branch 'feature/config-file' into 'develop'
Command configs are now in their own file

See merge request Vylpes/vylbot-core!29
2020-12-23 22:05:23 +00:00
Vylpes 005de0302e Command configs are now in their own file 2020-12-23 22:05:23 +00:00
Vylpes a7fc0e2013 Change requiredConfigs to configs 2020-11-28 10:39:44 +00:00
Vylpes 4a28665048
Merge pull request #22 from GetGravitySoft/bug/category-field
Fix category field being empty crashing the bot
2020-11-08 17:54:59 +00:00
Vylpes b519537072 Fix category field being empty crashing the bot 2020-11-08 17:49:41 +00:00
Vylpes 96dba8c84b
Merge pull request #21 from GetGravitySoft/docs/email
Update documentation with a contact email
2020-11-08 17:02:25 +00:00
vylpes e4d87650c4 Adjust links 2020-11-07 21:23:14 +00:00
vylpes 03a0f6209b Update documentation with a contact email 2020-11-07 11:22:43 +00:00
vylpes cdb1cf9b53 Updated documentation 2020-11-07 11:09:13 +00:00
Vylpes 91ff0f0648
Update package.json 2020-11-03 18:09:47 +00:00