198 Commits

Author SHA1 Message Date
smyalygames
7f62103c9b feat(arabot): add deferred replies 2023-02-28 02:44:32 +00:00
smyalygames
7196637b8a fix(arabot): change avatarURL to displayAvatarURL 2023-02-27 21:43:48 +00:00
smyalygames
5fb9ae39a0 feat(arabot): add message command for temp ban 2023-02-23 02:03:50 +00:00
smyalygames
d681d7c183 feat(arabot): add command to remove vegan restrict channels 2023-02-23 01:08:04 +00:00
smyalygames
edf0d0817a refactor(arabot): move role commands to do with verification into directory 2023-02-20 13:11:53 +00:00
smyalygames
80f2107d32 feat(arabot): add manual verification command 2023-02-20 13:10:55 +00:00
smyalygames
4c5e0238b8 feat(arabot): add nvAccess to fetchRoles 2023-02-20 13:09:11 +00:00
Anthony
0fb0f96498 feat(arabot): started verification command 2023-02-20 10:31:31 +00:00
smyalygames
ced9851574 fix(arabot): incremented i in for loop for restriction number to start at 1 2023-02-20 01:29:45 +00:00
smyalygames
dbd25b796b feat(arabot): add nv access for vegan unrestricts 2023-02-20 01:26:43 +00:00
smyalygames
a8691c0587 feat(arabot): add restrict logs command to show all restrictions 2023-02-20 01:09:52 +00:00
smyalygames
c60d8807a2 fix(arabot): had fetchReply be attached to staffChannel 2023-02-20 00:12:34 +00:00
smyalygames
7de8b22e0e feat(arabot): dealt with nv restrict roles in other commands 2023-02-19 21:28:30 +00:00
smyalygames
ff6f22005f feat(arabot): create command for nvaccess 2023-02-19 16:34:54 +00:00
smyalygames
ea58ecc261 fix(arabot): fixed issues with using GuildMember instead of User leading to undefined instances 2023-02-18 03:08:38 +00:00
smyalygames
6cb73b2a4b feat(arabot): add slowmode command 2023-02-17 02:59:19 +00:00
smyalygames
dda77483eb refactor(utils): move fibonacci and randint to one file 2023-02-17 02:53:30 +00:00
smyalygames
de0fc48ba8 fix(arabot): fix problem for member not in server 2023-02-17 01:52:49 +00:00
smyalygames
0b3d57d2da feat(arabot): add restrictions for vegans 2023-02-17 01:37:55 +00:00
smyalygames
2833c54c75 feat(arabot): remove temp ban if ban command is run 2023-02-17 01:04:44 +00:00
smyalygames
922dd7556e feat(arabot): remove temp ban if unban command is run 2023-02-17 01:04:26 +00:00
smyalygames
cd8ecd527b feat(arabot): add temp ban command 2023-02-17 01:03:51 +00:00
smyalygames
dc523b2db1 feat(db): add check extra check when fetching user 2023-02-16 16:36:33 +00:00
smyalygames
319049bc2b refactor(db): rename functions for better readability 2023-02-16 16:09:56 +00:00
smyalygames
204090c39d refactor(arabot): move ban commands to its own directory 2023-02-16 15:20:33 +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
d0d9dbacfd feat(arabot): remove unrestrict vegan from unrestrict command 2023-02-14 22:00:36 +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
0a161122d7 feat(arabot): add ability to warn user 2023-02-14 10:19:49 +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
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
ba99a6be4a refactor(arabot): add function to remove duplicate code and add embeds for logs 2023-02-12 00:27:42 +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
Anthony Berg
cf0078ad25
Merge pull request #77 from veganhacktivists/main
update restrict branch
2023-02-11 16:13:48 +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
ecf75b63e7 feat(arabot): add vcmute command 2023-02-11 00:36:02 +00:00
Anthony Berg
80025b54ab
Merge pull request #75 from veganhacktivists/softmute
feat(arabot): add soft mute command
2023-02-10 01:21:15 +00:00