3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 13:51:51 +00:00
Commit graph

1471 commits

Author SHA1 Message Date
Tiago R
7e6fc1f196
fuck i owe almeida a donut now
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 13:56:49 +00:00
Tiago R
12d59bc238
fix crash with map
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 13:17:48 +00:00
Tiago R
6548379369
docs: plugin definition type
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 12:02:08 +00:00
Tiago R
c428bb14de
convert to string for convert_base
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 12:01:44 +00:00
Tiago R
032e552f6c
alias get_snowflake
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 12:01:32 +00:00
Tiago R
13565e2a7a
add one or two funcs
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 10:37:03 +00:00
Tiago R
e1996e35f6
improve docs
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:58:40 +00:00
Tiago R
77f414925f
rename get_snowflake
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:55:55 +00:00
Tiago R
c6f838f333
map + get_snowflake
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:54:36 +00:00
Tiago R
c44d6b97fe
docs work
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:50:23 +00:00
Tiago R
ae49782aa4
arrlen
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:48:36 +00:00
Tiago R
e2d23aa4af
exponential
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:48:14 +00:00
Tiago R
54d2c00d17
round parse floats
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:47:36 +00:00
Tiago R
bf8900b6a5
get_user
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:46:26 +00:00
Tiago R
c0f3ac11f0
floor/ceil
Signed-off-by: GitHub <noreply@github.com>
2023-10-09 09:44:10 +00:00
Dragory
be40bbae9c
fix: api key verification/dashboard login 2023-07-01 17:09:23 +00:00
Dragory
ee3ef7c77f
fix: broken prod migrations 2023-07-01 16:14:15 +00:00
Dragory
9cc88cfcb8
feat: use emoji icons from Hangar 2023-07-01 13:22:04 +00:00
Dragory
bafe8e3b55
chore: run prettier 2023-07-01 13:10:29 +00:00
Dragory
7927de5b5e
feat: update supporters message 2023-07-01 12:58:14 +00:00
Miikka
e207874ebf
Merge pull request #406 from DenverCoderOne/feat-Make-tag-list-search-case-insensitive
feat: Make tag list search case-insensitive
2023-07-01 15:56:55 +03:00
Miikka
4ada164ffa
Merge pull request #346 from DarkView/fix_misleadingMuteNaming
Fix "Server voice muted" being true even if self-muted, misleading mods into thinking the user was right-click muted by a moderator
2023-07-01 15:46:51 +03:00
Dragory
474b5dccf9
fix: type errors in tests 2023-07-01 12:36:57 +00:00
Dragory
370c3666c7
chore: update backend packages 2023-07-01 12:32:16 +00:00
Dragory
761ff27771
feat: upgrade to TypeORM 0.3 2023-07-01 12:17:45 +00:00
Dragory
8cee4ec1e4
fix: crash in JumboCmd error handler 2023-07-01 11:32:59 +00:00
Tiago R
f5d6c895aa
Fix counters set_value not defaulting nulls if not using per_user/per_channel (#366) 2023-07-01 13:58:01 +03:00
Tiago R
0da204ed5a
Fix: Utility-Clean command increased limit & chunk messages to be deleted (#393)
Co-authored-by: Almeida <almeidx@pm.me>
2023-07-01 13:47:56 +03:00
Tiago R
7c2a50921b
Fix: Utility-ServerInfo several fixes (#394) 2023-07-01 13:46:21 +03:00
Dragory
b60a7fb145
fix: clinic.js 0kb output files
Something in our signal handlers/code that touched signal handlers
conflicted with clinic.js's signal handler code. With this commit,
we don't touch signal handlers at all if DEBUG mode is enabled.
2023-06-26 19:55:16 +00:00
Dragory
2fe92ff76d fix(tags): user_cooldown now applies per-user, not per-tag 2023-06-24 12:33:56 +00:00
Dragory
f3627e0b17 chore: update discord.js to v14.11, knub to v32.0.0-next.16 2023-06-24 12:14:41 +00:00
Dragory
63c41f0278 feat: new username support vol 2 2023-06-24 12:07:58 +00:00
Dragory
ecaa16bf7c feat: use native timestamps more 2023-06-24 11:55:49 +00:00
Dragory
0e70412bc4 feat: new username support 2023-06-24 10:48:45 +00:00
Dragory
514e93aa23 feat(persist): reapply persisted data after delay
This enables better interoperability with other bots that apply roles
on join. This is because bots that apply roles on join often run into
a race condition where they're both setting the member's roles at the
same time without knowing about the other, which results in one bot's
roles overriding the other one's. Reapplying Zeppelin's roles after a
delay should ensure that persisted roles get applied properly even in
these cases.
2023-06-24 09:53:06 +00:00
Dragory
fd4097cefc fix: add missing permissions to permissionNames.ts 2023-06-24 08:29:19 +00:00
Dragory
392d6a427d chore: update dependencies; recreate package locks 2023-06-24 08:28:24 +00:00
Jonah Lawrence
da59435ae9
feat: Make tag list search case-insensitive 2023-05-16 06:52:24 -06:00
Dragory
5f194bf1ef
chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
Dragory
16fa19d3e9
chore: prettier 2023-05-08 21:33:40 +03:00
Dragory
baee6d2d45
feat: fixes to GuildMemberCache events 2023-05-08 21:23:19 +03:00
Dragory
fa50110766
feat: add member cache; handle all role changes with RoleManagerPlugin; exit gracefully 2023-05-07 17:57:40 +03:00
Dragory
fd60a09947
feat: update to TypeScript 5; reorganize deps 2023-04-29 21:07:18 +03:00
Dragory
658300fcac
feat: update to Node.js 18 2023-04-29 20:47:20 +03:00
Dragory
fefa5649b7
chore: update to Knub v32.0.0-next.15 2023-04-29 20:41:47 +03:00
Dragory
025e67d6b6
feat: -r for !edit_embed 2023-04-09 01:06:49 +03:00
Dragory
434c1543ff
fix: permission check before renewing timeouts 2023-04-06 08:31:15 +03:00
Dragory
3e2862306d
debug: +1 2023-04-04 21:02:56 +03:00
Dragory
fd654a8623
debug: send bot/api clinic dumps to different folders 2023-04-04 21:00:36 +03:00