v3.0 #145

Merged
Vylpes merged 44 commits from develop into main 2022-04-24 14:46:37 +01:00

44 commits

Author SHA1 Message Date
Ethan Lane 1e4f918074
Update bot date 2022-04-24 14:46:17 +01:00
Vylpes 373f1d3d33
Get lobby command to use IDs instead of names (#144) 2022-04-23 19:03:13 +01:00
Vylpes aeba45c076
137 role command cannot read properties of undefined (#141)
* Fix issue with bot crashing

* Fix server prefix not showing

* Add easy way to configure role command

* Move help text to its own directory

* Make role config command to use role id
2022-04-23 18:43:29 +01:00
Vylpes 84bc8aff07
Change parsing to not crash if invalid (#142) 2022-04-23 18:32:24 +01:00
Vylpes 55bd7ec5c7
Change help command so exclusive commands can only be seen for the server they're assigned to (#136) 2022-04-22 17:46:42 +01:00
Vylpes 2dc5d0397b
Add override for bot owner and server owner (#135) 2022-04-21 17:19:03 +01:00
Vylpes 18e3f3d800
110 commandshelp about command errors which causes command to not run (#126)
* Change onMessage to onMessageCreate

* Fix help command
2022-04-15 16:12:46 +01:00
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 2ca9a40458
Add setup command for lobby (#123) 2022-04-10 13:29:57 +01:00
Vylpes 1b1a070cfd
Feature/66 add different commands per server (#122)
* Add ability for server exclusive commands

* Add MankBot server-exclusive commands

* Add lobby entity to database

* Add documentation
2022-04-09 14:11:06 +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 c8edd1b4c5
Add moderator names to audit reason (#108) 2022-02-05 21:09:35 +00:00
Vylpes de236dfd30
Containerise bot (#107) 2022-02-05 21:09:27 +00:00
Vylpes 97633451ed
Update rules with blog website and event spoilers rule" (#106)
Signed-off-by: Ethan Lane <ethan@vylpes.com>
2022-02-05 09:55:40 +00: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
Vylpes 45d871fbf7
Merge pull request #79 from Vylpes/bug/16-event-doesnt-ignore-bots
Update messageDelete event to ignore bots
2021-12-04 16:51:51 +00:00
Ethan Lane 783c3a013d
Update messageDelete event to ignore bots 2021-12-04 16:47:43 +00:00
Vylpes 598a0b5a44
Merge pull request #73 from Vylpes/feature/23-migrate-to-typescript
Feature/23 migrate to typescript
2021-12-04 15:51:41 +00:00
Ethan Lane 68b9ed34e4
Update ErrorMessage to ChannelNotFound 2021-12-04 15:46:47 +00:00
Ethan Lane ba51cbb28c
Update about command to use the PublicEmbed class 2021-12-04 15:42:58 +00:00
Ethan Lane 44571d735a
Migrate events to typescript 2021-12-02 15:38:38 +00:00
Ethan Lane 24818bcb44
Migrate rules command 2021-12-02 14:36:24 +00:00
Ethan Lane 6c90307754
Migrate help command 2021-12-02 14:09:05 +00:00
Ethan Lane acedbffdad
Migrate eval command 2021-12-02 13:15:08 +00:00
Ethan Lane c62488aa63
Migrate warn command 2021-12-02 13:02:13 +00:00
Ethan Lane 4ff88d0694
Migrate unmute command 2021-12-02 12:45:25 +00:00
Ethan Lane 07c7155027
Migrate role command 2021-12-02 11:45:02 +00:00
Ethan Lane 90ef4317cc
Update required roles checker 2021-12-02 11:44:56 +00:00
Ethan Lane 35f7210b6e
Migrate bunny command 2021-12-02 11:11:46 +00:00
Ethan Lane e7169d960a
Migrate poll command 2021-11-29 15:34:57 +00:00
Ethan Lane 0d3134bf45
Migrate mute command 2021-11-29 15:06:13 +00:00
Ethan Lane 019966f25f
Migrate kick command 2021-11-29 11:51:54 +00:00
Ethan Lane be329d709f
Migrate clear command 2021-11-29 11:46:16 +00:00
Ethan Lane ecf9c5e4fc
Migrate ban command 2021-11-29 11:27:44 +00:00
Ethan Lane bb433749f8
Migrate about command 2021-11-28 14:25:00 +00:00
Ethan Lane c7417cf7a5
Migrate entry point 2021-11-28 14:24:53 +00:00
Ethan Lane 6fb2da2b18
Install packges and setup typescript 2021-11-28 14:24:37 +00:00
Vylpes 19065dc3e6
Merge pull request #63 from Vylpes/bug/28-role-configs
Add role configs to config template
2021-11-23 14:43:58 +00:00
Ethan Lane ee7fe3fd19
Add role configs to config template 2021-11-23 11:41:40 +00:00
Vylpes 5b9aac22d3
Merge pull request #62 from Vylpes/feature/61-migrate-to-yarn
Migrate to yarn
2021-11-22 21:10:53 +00:00
Ethan Lane 38a5f6fb29
Migrate to yarn 2021-11-22 20:59:49 +00:00
Ethan Lane 021c495769 Merge branch 'main' into develop 2021-05-11 18:36:37 +01:00
Vylpes 9854f3c60f
Change rules.txt to rules.json (#31) 2021-04-25 16:50:27 +01:00