Commit graph

119 commits

Author SHA1 Message Date
Ethan Lane 523ec0a343 v2.0.3 2021-12-02 15:32:29 +00:00
Ethan Lane 6bc0cf3d6a
Update tests to match event changes 2021-12-02 15:32:09 +00:00
Vylpes 7861829f5d
Merge pull request #68 from Vylpes/bug/67-type-error
Fix issue where event files existing would crash the bot
2021-12-02 15:30:08 +00:00
Ethan Lane c526423607
Fix issue where event files existing would crash the bot 2021-12-02 15:28:36 +00:00
Ethan Lane 6d030737fc
Bump version 2021-11-25 18:33:16 +00:00
Ethan Lane acde8b0ccf
Add typings 2021-11-25 18:32:58 +00:00
Ethan Lane 7c85aec971 v2.0.1 2021-10-11 16:22:18 +01:00
Vylpes 8e9db75a30
Merge pull request #56 from Vylpes/dependabot/npm_and_yarn/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5
2021-10-11 16:21:20 +01:00
Vylpes 5676efd969
Merge pull request #57 from Vylpes/dependabot/npm_and_yarn/ansi-regex-5.0.1
Bump ansi-regex from 5.0.0 to 5.0.1
2021-10-11 16:20:25 +01:00
Ethan Lane 16ac225a44 v2.0.0 2021-10-04 19:51:21 +01:00
dependabot[bot] e302f2ee4d
Bump ansi-regex from 5.0.0 to 5.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 18:45:45 +00:00
dependabot[bot] f6d57a1fda
Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 18:45:44 +00:00
Vylpes c88a15187e
Merge pull request #55 from Vylpes/develop
v2.0
2021-10-04 19:45:15 +01:00
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