3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00
Commit graph

1430 commits

Author SHA1 Message Date
srqc
271729325d
Update ArchiveCmd.ts 2023-02-09 19:47:29 -05:00
srqc
20e0df4d4a
Update types.ts 2023-02-09 19:46:21 -05:00
srqc
ee2cdbf1ce
Update createCase.ts 2023-02-09 19:44:39 -05:00
srqc
1171754e55
Update CasesPlugin.ts 2023-02-09 19:39:33 -05:00
srqc
096d9c8289
Update GuildSavedMessages.ts 2023-02-09 19:38:17 -05:00
srqc
8954ed6b78
Update types.ts 2023-02-09 19:36:21 -05:00
srqc
7655bccbdf
Create ArchiveCmd.ts 2023-02-09 19:35:51 -05:00
srqc
595ac15ed4
Update UtilityPlugin.ts 2023-02-09 19:35:00 -05:00
srqc
93ded96b13
Update messages.ts 2023-02-09 19:30:52 -05:00
srqc
3761f8a568
Update GuildSavedMessages.ts 2023-02-09 19:29:49 -05:00
srqc
f364c61535
1k message clean + 14 day search 2023-01-21 23:56:27 -05:00
srqc
ab2f0e6251
Update reply.ts 2023-01-15 11:13:20 -05:00
srqc
d8dd68aa16
Update logMemberWarn.ts 2023-01-13 01:56:01 -05:00
srqc
d8cd5931c7
Update WarnCmd.ts 2023-01-13 01:45:08 -05:00
srqc
a60913f6df
Update templateSafeObjects.ts 2023-01-13 01:41:25 -05:00
srqc
4b27cb4e85
Update warn.ts 2023-01-13 01:36:52 -05:00
srqc
e786178e63
Update createCase.ts 2023-01-13 01:31:00 -05:00
srqc
ba9b3176db
Update warnMember.ts 2023-01-13 01:29:37 -05:00
srqc
0e574e3d6c
Update ModActionsPlugin.ts 2023-01-13 01:28:53 -05:00
srqc
0128f2be6a
Update ModActionsPlugin.ts 2023-01-13 00:40:42 -05:00
srqc
25bbca04c8
Update ModActionsPlugin.ts 2023-01-13 00:33:01 -05:00
srqc
91788a711e
Update ModActionsPlugin.ts 2023-01-13 00:29:38 -05:00
srqc
fc36ea3f40
Update warnMember.ts 2023-01-13 00:26:34 -05:00
srqc
9eef219483
Update WarnCmd.ts 2023-01-13 00:21:50 -05:00
srqc
1c86700f2c
Update ModActionsPlugin.ts 2023-01-13 00:17:28 -05:00
srqc
9a79749788
Update templateSafeObjects.ts 2023-01-12 18:50:10 -05:00
srqc
81ca357945
Update warnMember.ts 2023-01-12 18:46:45 -05:00
srqc
8b7b41ee11
Update WarnCmd.ts 2023-01-12 18:45:53 -05:00
srqc
aeab0b5055
Update ModActionsPlugin.ts 2023-01-12 18:44:08 -05:00
srqc
2464ddb270
Update logMemberWarn.ts 2023-01-12 18:42:18 -05:00
srqc
15b2f892b8
Update createCase.ts 2023-01-12 18:41:01 -05:00
srqc
69da0fbc74
Update warn.ts 2023-01-12 18:40:14 -05:00
srqc
1dccd69ad1
Updated case icons 2023-01-04 21:25:54 -05:00
srqc
0d5ed33a5d
Update PingCmd.ts 2022-12-19 22:33:34 -05:00
srqc
1efe88c3d3
Update PingCmd.ts 2022-12-16 18:50:51 -05:00
srqc
a003987dea
Update index.ts 2022-12-15 14:28:31 -05:00
srqc
2f7554365c
Merge branch 'ZeppelinBot:master' into master 2022-12-15 14:22:39 -05:00
Dragory
801cd2630b
fix: fix crash when decay period is 0 2022-12-15 00:38:24 +02:00
srqc
57de085b53
Added bot status 2022-11-25 10:55:10 -05:00
Dragory
ccd1d3d69e
fix: fix error if automod unloads after beforeLoad() but without running afterLoad() 2022-08-15 19:07:55 +03:00
Miikka
128700929e
Merge pull request #345 from almeidx/cases-user
fix: no response if user only has hidden cases in `!cases @user`
2022-08-14 00:22:42 +03:00
Dragory
a15b2f02a9
feat: small tweaks to tag list search 2022-08-14 00:21:21 +03:00
Miikka
e9fe0e03b9
Merge pull request #348 from DenverCoderOne/tag-list-search
feat: Tag list search and improved readability
2022-08-14 00:12:43 +03:00
Dragory
94802a665c
fix: fix expired api permissions not being deleted 2022-08-14 00:06:20 +03:00
metal
00591510ff
Automod add changeperms action (#309)
* initial

* fix typings UwU

* check no perms for overrides

* cleanup & add template rendering

* remove defaults

Co-authored-by: Almeida <almeidx@pm.me>

* Update backend/src/plugins/Automod/actions/changePerms.ts

Co-authored-by: Almeida <almeidx@pm.me>

* Update backend/src/plugins/Automod/actions/changePerms.ts

Co-authored-by: Almeida <almeidx@pm.me>

* Update backend/src/plugins/Automod/actions/changePerms.ts

Co-authored-by: Almeida <almeidx@pm.me>

* .resolve instead of .fetch

Co-authored-by: Almeida <almeidx@pm.me>

* fix

* add more template variables

* rename msg to message

* .edit instead of .create

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: metal <admin@metalruller.com>
Co-authored-by: Almeida <almeidx@pm.me>
2022-08-13 23:47:24 +03:00
Miikka
fdb81e37ed
Merge pull request #339 from metal0/fix-codeblocks-case-history
Fix codeblocks case history quote markdown
2022-08-13 23:31:21 +03:00
Dragory
d472fd4fa6
fix(logs): fix inconsistent thread/channel/category exclusions; add excluded_threads log channel option 2022-08-13 23:19:06 +03:00
Dragory
218c31231e
Merge branch '220601_docker_wip' 2022-08-07 14:02:44 +03:00
Dragory
9bd1b97a11
fix: ignore empty values for STAFF/DEFAULT_ALLOWED_SERVERS 2022-08-07 12:45:52 +03:00
Dragory
f0a96de371
debug: temporarily disable server auto-leaving
This is to avoid any potential funny business during the upcoming server migration.
2022-08-06 22:13:12 +03:00