476 Commits

Author SHA1 Message Date
smyalygames
3cd0756d88 refactor(arabot): rename ban on join listener 2023-02-16 01:19:23 +00:00
smyalygames
ec075f8927 build(upgrade): update package.json 2023-02-16 00:42:25 +00:00
smyalygames
63a320535c fix(arabot): add check for restricted user on database for unrestrictions 2023-02-15 20:32:20 +00:00
smyalygames
dab4f1767c fix(arabot): fix infinite for loop when finding restricted role 2023-02-15 20:26:26 +00:00
smyalygames
eb345d1866 refactor(db): fix warning table to follow prisma naming convention 2023-02-15 13:01:09 +00:00
smyalygames
d0d9dbacfd feat(arabot): remove unrestrict vegan from unrestrict command 2023-02-14 22:00:36 +00:00
smyalygames
58f81eaac2 feat(arabot): add restrict, verify block roles on join and remove db roles 2023-02-14 21:22:36 +00:00
smyalygames
b4a3816649 feat(arabot): temporarily remove vegan restrict ID 2023-02-14 14:32:58 +00:00
Anthony Berg
c3dbd42d36
Merge pull request #78 from veganhacktivists/restrict
feat(arabot): new restrict system
2023-02-14 14:28:12 +00:00
smyalygames
dd008c1ea5 feat(arabot): remove vegan restricts and restrict after left 2023-02-14 14:26:52 +00:00
smyalygames
ba5cebc78a feat(arabot): let arabot appreciate the appreciation it gets 2023-02-14 14:10:05 +00:00
smyalygames
be3dacd344 feat(docker): add container name to arabot 2023-02-14 14:09:44 +00:00
smyalygames
0a161122d7 feat(arabot): add ability to warn user 2023-02-14 10:19:49 +00:00
smyalygames
36bd0eb7a9 feat(db): add warnings table 2023-02-14 10:00:44 +00:00
smyalygames
7dde12f456 feat(db): add restrict section to restrict table 2023-02-14 09:57:11 +00:00
smyalygames
6e802f8dcd refactor(db): fix typos in column names 2023-02-14 09:56:58 +00:00
smyalygames
39da42541f feat(db): add mod who unrestricted 2023-02-14 09:56:38 +00:00
smyalygames
ca1511a87b refactor(arabot): change variable names 2023-02-14 09:48:14 +00:00
smyalygames
e6e4a288ba feat(arabot): add error handling for missing perms for renaming 2023-02-14 09:47:07 +00:00
smyalygames
71cc4d461c refactor(arabot): change restricted roles array to array from IDs 2023-02-14 01:31:11 +00:00
smyalygames
7d54976cfd feat(arabot): add specific restrict role on joining server 2023-02-14 01:30:24 +00:00
smyalygames
c60ba056ff feat(arabot): add an array for restricted ids 2023-02-14 01:29:20 +00:00
smyalygames
eba68015db feat(arabot): add database logs for legacy restrictions 2023-02-14 01:20:08 +00:00
smyalygames
e544fa2eae feat(arabot): add selecting a restricted section to database 2023-02-14 01:08:10 +00:00
smyalygames
9e833b87fd feat(arabot): add unrestrict legacy restrictions to database 2023-02-14 01:07:32 +00:00
smyalygames
3632aaa276 feat(arabot): create random integer function 2023-02-14 01:07:11 +00:00
smyalygames
383e644318 refactor(db): change variable naming convention and types 2023-02-14 00:59:19 +00:00
smyalygames
b57a25454b feat(db): add restrict section to restrict table 2023-02-14 00:01:58 +00:00
smyalygames
9ed1141d09 feat(arabot): log to database the roles a user had when leaving 2023-02-13 23:44:49 +00:00
smyalygames
ba99a6be4a refactor(arabot): add function to remove duplicate code and add embeds for logs 2023-02-12 00:27:42 +00:00
smyalygames
a259d8a067 feat(arabot): add roles when user joins server 2023-02-11 23:02:45 +00:00
smyalygames
de1d800341 feat(arabot): log to database the roles a user had when leaving 2023-02-11 23:02:30 +00:00
smyalygames
51678a5701 feat(arabot): add restrict tolerance command 2023-02-11 21:23:21 +00:00
smyalygames
a79cc496d8 refactor(arabot): make restrictRun exported function 2023-02-11 21:23:02 +00:00
smyalygames
733a6609a8 fix(arabot): change wording for vegan restrict channel embed 2023-02-11 21:14:13 +00:00
smyalygames
63f161b2d1 feat(arabot): add remove vegan restrict channel 2023-02-11 21:13:38 +00:00
smyalygames
a8250eb514 refactor(arabot): change adding user to database 2023-02-11 21:13:25 +00:00
smyalygames
c0da7cb1fa fix(arabot): change restrict category from private to restrict in vegan restrict 2023-02-11 20:53:11 +00:00
smyalygames
1bacef1f08 feat(arabot): add unrestrict command 2023-02-11 20:52:55 +00:00
smyalygames
e89fcb5314 feat(arabot): change user and mod in embed to inline 2023-02-11 20:50:32 +00:00
smyalygames
5ed15e6206 feat(arabot): add restrict command 2023-02-11 20:25:14 +00:00
smyalygames
c0c1c16c37 refactor(db): fix typos in column names 2023-02-11 18:17:23 +00:00
Anthony Berg
cf0078ad25
Merge pull request #77 from veganhacktivists/main
update restrict branch
2023-02-11 16:13:48 +00:00
smyalygames
dedd72c731 feat(arabot): add listener to mute user on join or remove vcmute on unmute 2023-02-11 01:54:47 +00:00
smyalygames
d7aea2c6c1 fix(arabot): add checkers if user is in vc when server muting 2023-02-11 01:54:10 +00:00
smyalygames
c735509f57 fix(arabot): fix logic for checkActive 2023-02-11 01:53:24 +00:00
smyalygames
ecf75b63e7 feat(arabot): add vcmute command 2023-02-11 00:36:02 +00:00
smyalygames
0e31061d99 feat(arabot): add vcmute database utils 2023-02-11 00:35:51 +00:00
smyalygames
b14de47934 feat(db): add vcmute database 2023-02-11 00:35:35 +00:00
smyalygames
4b6dde3af2 build(db): update prisma 2023-02-10 23:55:11 +00:00