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

52 commits

Author SHA1 Message Date
vcokltfre
d7d9178b2a feat: add requested 'whois' as alias for !user (#122) 2020-12-12 22:24:09 +02:00
Nils
af2652eb68 Make !clean ignore pins by default, explicit -delete-pins/-p option to delete them (#121) 2020-12-12 22:23:53 +02:00
Nils
c108da4c40 Add command to move all VC Members to another VC (#126) 2020-12-12 22:15:15 +02:00
Dragory
6f2d5a3784 Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
a1cb1bb617 Include stickers in !source 2020-10-22 01:22:28 +03:00
Dragory
d0fe2dea04 Update to new Knub 30 beta. Code clean-up. 2020-10-01 01:43:38 +03:00
almeidx
35456d47d5 added 'nick' aliases to the nickname commands 2020-09-16 09:24:26 +01:00
Dragory
0e02c24aca !avatar: user argument is no longer required, fixes #105 2020-08-19 00:53:59 +03:00
Dragory
6ba56a3f12 Add time_and_date plugin. Use it for timezones and date formats around the bot. 2020-08-19 00:19:12 +03:00
Dragory
917b2d25a5 Add -match option to !clean 2020-08-10 01:09:45 +03:00
Dragory
1ad545f515 Fix last update/version in !about 2020-08-10 01:02:48 +03:00
Dragory
8bd1572e2a Add support for server-specific timezone and date format settings 2020-08-10 00:24:06 +03:00
Dragory
df295dc1b8 Add !slowmode command 2020-08-09 17:28:21 +03:00
Dragory
5a3be1ab03 Improve permission utils, make them bigint-aware 2020-08-07 00:39:52 +03:00
Dragory
f9f29f383b auto_reactions: check permissions ahead-of-time 2020-08-07 00:09:05 +03:00
Dragory
ddba300d0c Add support for messageTarget input in commands that take a message id 2020-08-06 01:54:46 +03:00
Dragory
b4e3ec0159 Add new multi-use !info command 2020-08-06 01:10:40 +03:00
Dragory
4cfd03c23d Rename !info to !user/!userinfo 2020-08-06 00:48:29 +03:00
Dragory
a95f7bd96e Add !message/!messageinfo command 2020-08-06 00:46:47 +03:00
Dragory
4b062f6d23 !source: don't show source of messages you don't have access to; allow mods to use the command by default 2020-08-05 23:57:09 +03:00
Dragory
39215c1348 Add !channel/!channelinfo 2020-08-05 22:54:14 +03:00
Dragory
775120f728 Fix !info breaking when used without specifying a user id 2020-08-05 19:10:55 +03:00
Dragory
67337a8abb Add !invite utility command 2020-08-05 18:52:15 +03:00
Dragory
67da78a4b3 Rename serverInfo() abstraction to getServerInfoEmbed()
Consistent with getUserInfoEmbed()
2020-08-05 17:40:24 +03:00
Dragory
5d9fc94450 Reorganize !info abstraction
Consistent with the abstraction for !server/!serverinfo now
2020-08-05 17:39:00 +03:00
Dragory
ae03ddbb08 Allow passing server id to !server, add alias !serverinfo 2020-08-05 04:38:10 +03:00
Dragory
caeff6b3e9 !server: use new approximate counts for member/online count 2020-08-05 03:56:19 +03:00
Dragory
fc0b48235d Fix merge conflict 2020-08-05 02:44:54 +03:00
Dragory
c820f49581 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2020-08-05 02:43:10 +03:00
Dragory
c8cfa5954a Fix merge conflict 2020-08-05 02:42:40 +03:00
Miikka
2a0a692afd Merge pull request #97 from DarkView/k30_infoOnSingleSearch
Load expanded !info if there is only one result in !search
2020-08-05 02:40:09 +03:00
Miikka
764f3b839d Merge pull request #102 from DarkView/fr_cleaningMessageOnClean
Post a message letting the mod know we are now cleaning
2020-08-03 01:13:52 +03:00
Dark
90b3faa30b Fix search being required on !roles 2020-08-02 22:31:56 +02:00
Dark
2b0e27d314 Post a message letting the mod know we are now cleaning 2020-08-02 01:31:27 +02:00
Dragory
8862d5e9e4 utility: fix !clean permission check 2020-07-30 22:51:48 +03:00
Dragory
0c2b9675b2 Fix !search requiring a query 2020-07-30 18:54:56 +03:00
Dragory
cffd1923fb Fix !jumbo crash when passing an invalid emoji 2020-07-30 17:16:44 +03:00
Dragory
56c082da32 Fix !jumbo outputting 'null' 2020-07-30 15:52:21 +03:00
Dark
59b94535b0 Load expanded !info if there is only one result in !search 2020-07-29 02:21:22 +02:00
Dragory
70173a5a99 Fix !nickname permission check 2020-07-29 00:27:27 +03:00
Dragory
080f4fc898 Add permission to LevelCmd 2020-07-22 22:59:06 +03:00
Dragory
0c9a619880 Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
Dragory
4fc0ce1de5 Use commandTypeHelpers instead of baseTypeHelpers 2020-07-06 03:05:40 +03:00
Dragory
b7042c1af4 Optimize imports 2020-07-06 02:57:21 +03:00
Dragory
1519b425eb Convert !clean 2020-07-06 02:56:54 +03:00
Dragory
f791a851ca Convert !avatar, !jumbo, and !reload_guild 2020-07-06 02:47:39 +03:00
Dragory
16ab3c36c4 Combine Knub's type helpers with Zeppelin's, continue Utility plugin port 2020-07-06 01:51:48 +03:00
Dragory
f2d4eb1cdf More work on porting Utility commands 2020-07-06 00:53:28 +03:00
Dragory
55f5509705 Don't export SearchError 2020-07-05 16:01:49 +03:00
Dragory
78d8617ed5 Port !search and !bansearch to Knub 30 2020-07-05 15:59:15 +03:00