v2.0 #55

Merged
Vylpes merged 73 commits from develop into main 2021-10-04 19:45:15 +01:00

73 commits

Author SHA1 Message Date
Ethan Lane 1a8baecfa1
Improvements 2021-10-04 19:43:53 +01:00
Vylpes d3f9fc4fa0
Merge pull request #53 from Vylpes/feature/VBC-52
VBC-52 Use export default rather than class of the same name
2021-09-29 17:53:21 +01:00
Ethan Lane 5ce0960606
Remove useless async code 2021-09-29 17:52:21 +01:00
Ethan Lane 799b04e936
Update tests 2021-09-26 14:32:56 +01:00
Ethan Lane 3a9f1965ae
Update documentation 2021-09-26 14:13:09 +01:00
Ethan Lane 00a057792b
Make command loader use the default class 2021-09-26 14:12:21 +01:00
Vylpes 1b1933a9ce
Merge pull request #50 from Vylpes/feature/3-disable-commands
Feature/3 disable commands
2021-09-24 19:00:08 +01:00
Ethan Lane b10ac37007
Update tests 2021-09-24 18:52:12 +01:00
Ethan Lane 3392e6f031
Add disabled command message reply 2021-09-24 18:46:49 +01:00
Ethan Lane a3230cad20
Add tests 2021-09-22 19:59:40 +01:00
Ethan Lane 4e1c418246
Add ability to disable commands 2021-09-22 19:54:49 +01:00
Vylpes 10fe4501b5
Merge pull request #44 from Vylpes/feature/tests
Tests and CI
2021-08-21 16:00:28 +01:00
Ethan Lane 7e623b4b64 Update command names, add describe categories 2021-08-21 15:33:14 +01:00
Ethan Lane bb848dcec3 Improvements 2021-08-21 15:20:40 +01:00
Ethan Lane 044140d58d Remove workflows 2021-08-20 16:13:02 +01:00
Ethan Lane 19e7539e53 Remove linting workflow 2021-08-20 16:10:06 +01:00
Ethan Lane c3bcf76aac Add event mocks 2021-08-20 16:09:33 +01:00
Ethan Lane 8ee5c62481 Add github workflows 2021-08-20 16:06:59 +01:00
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 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 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 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
Vylpes 4928820e08 Update readme about vylbot essentials 2020-11-03 13:50:55 +00:00
vylpes ebae6d3336 Add funding to package.json 2020-11-01 11:22:03 +00:00
vylpes b37dcf136d Update CONTRIBUTING.md to match the config repo 2020-11-01 11:20:26 +00:00
Vylpes e50630e4f4
Merge pull request #12 from Vylpes/bug/commands-run-anyone
Fixed bug which didn't let commands to run by anyone if no user restriction was set
2020-11-01 11:12:12 +00:00
vylpes c1786d1f18 Fix bug which wouldn't let anyone to run a command 2020-11-01 11:09:20 +00:00
Vylpes 45cd269248
Merge pull request #10 from Vylpes/feature/comments
Code Comments
2020-10-30 23:06:59 +00:00
Vylpes a8aabf99d8 Fix Hound Violations 2020-10-30 23:06:17 +00:00
Vylpes de2d589504 Fix Hound Violations 2020-10-30 23:03:19 +00:00
vylpes 2ec2e81853 Commented util.js 2020-10-30 18:34:51 +00:00
vylpes c76532db32 Comment client.js, and event.js files 2020-10-28 23:02:43 +00:00
vylpes 75b0f426da Add docs link to readme 2020-10-28 22:25:56 +00:00
Vylpes e2974e1a0d
Merge pull request #4 from Vylpes/feature/command-user-only
Limit commands to specific users
2020-10-28 18:08:01 +00:00
vylpes 80122c9bba Fix hound violations 2020-10-28 17:54:40 +00:00
vylpes d8860212d2 Fix hound violations 2020-10-28 17:53:56 +00:00
Vylpes 44f2f63499 Add documentation about user-specific command settings 2020-10-26 20:33:10 +00:00
Vylpes fd61bbf448 Added the ability to make the bot only run for specific users 2020-10-26 20:29:14 +00:00