Commit graph

14 commits

Author SHA1 Message Date
Vylpes 39c06fbc8e
Update bot to discord.js v13 (#125)
* Update bot to discord.js v13

* Remove debug code
2022-04-14 18:01:16 +01:00
Vylpes 6a00c49ef3
Feature/48 database (#114)
* Add database and default values

* Add ability to save a setting to the database

* Get commands and events to use database

* Setup and config command

* Update commands to check roles per server

* Different rules per server

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Different prefix per server

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Add verification system

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Disabled commands per server

* Add devmode for default prefix

* Update embeds

* Fix broken tests
2022-03-29 18:19:54 +01:00
Vylpes f61c4c728a
Feature/12 create tests (#102)
* Fix tests

* Update coverage

* Remove unrequired mock files

* Add about command test

* Update about tests

* Ban command tests

* eval command tests

* Start help command tests

* Add help command tests

* Add kick command tests

* Mute command tests

* Poll command tests

* Add role command tests

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Add rules command tests

* Add unmute command tests

* Add warn command tests

* Add MemberEvents tests

* Add GuildMemberUpdate tests

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Add MessageEvents tests

* Add StringTools test

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Add embed tests

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Add GitHub Actions

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Move to tslint

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Remove tslint

Signed-off-by: Ethan Lane <ethan@vylpes.com>

* Remove linting script

Signed-off-by: Ethan Lane <ethan@vylpes.com>
2022-01-30 17:03:36 +00:00
Vylpes 2cc12d91be
Feature/74 merge vylbot core (#80)
* Merge VylBot-Core

* Update commands to new system

* Fix issue where events would not load
2021-12-24 14:55:28 +00:00
Ethan Lane 44571d735a
Migrate events to typescript 2021-12-02 15:38:38 +00:00
Ethan Lane 35f7210b6e
Migrate bunny command 2021-12-02 11:11:46 +00:00
Ethan Lane 6fb2da2b18
Install packges and setup typescript 2021-11-28 14:24:37 +00:00
Ethan Lane da796961c2 Update version 2021-05-11 18:28:33 +01:00
Vylpes 3ddad6972a VylBot App 21.0.0 2021-02-17 18:12:45 +00:00
Vylpes 005f735789 Add readme.md 2020-11-09 10:18:14 +00:00
Vylpes dc9bbbd58f Rename bot.js to vylbot.js 2020-11-08 16:47:36 +00:00
Vylpes 58cf283777 Added bunny and poll commands 2020-11-04 17:00:23 +00:00
Vylpes edb307d6af Add messageDelete and messageUpdate events 2020-11-04 12:22:54 +00:00
Vylpes 2e3aeaed24 Basic Setup 2020-11-01 19:29:12 +00:00