Commit graph

2054 commits

Author SHA1 Message Date
Miikka
28fcc9c00b
Merge pull request #248 from DarkView/ch_contextToHardcode
Change ContextMenu to hardcoded default actions
2021-08-17 18:08:51 +03:00
Dark
9c1a40175a
Actually import the constants and not what VSC wants to import 2021-08-16 01:23:54 +02:00
Dark
9a5e911cf2
Add typings, comment magic numbers 2021-08-15 22:14:04 +02:00
Nils
99c8dbabb7
Apply suggestions from code review
Co-authored-by: Almeida <almeidx@pm.me>
2021-08-15 22:02:18 +02:00
Dark
1c8a223264
Implement temporary permission check public functions 2021-08-15 01:44:25 +02:00
Dark
7cf75f3255
Change ContextMenu to hardcoded default actions
Sadge

(More complex self-defined stuff coming at some point tho)
2021-08-15 01:09:41 +02:00
Dragory
3ddfb3b65a
Merge branch 'master' of github.com:Dragory/ZeppelinBot 2021-08-15 00:08:43 +03:00
Dragory
cb8d914fef
Disallow anchors/aliases to objects when loading config YAML 2021-08-14 18:22:29 +03:00
Miikka
a0c2c16385
Merge pull request #207 from almeidx/docs/added-legacy-plugins-section
docs: Added legacy plugins section
2021-08-14 17:30:32 +03:00
Miikka
6010c387e7
Merge pull request #209 from ghost/master
Add pong as an alias of ping
2021-08-14 17:30:05 +03:00
Miikka
63ff1e9dcf
Merge pull request #234 from dexbiobot/counter-docs
Counter docs typo
2021-08-14 17:29:41 +03:00
Usoka
0204ed737a
Prevent crash when using !emoji with no args (#221) 2021-08-14 17:29:25 +03:00
Almeida
e8d1d0fdcc
Make the nickname argument optional on nickname command (#199) 2021-08-14 17:28:22 +03:00
Miikka
5e75ec8efe
Merge pull request #208 from almeidx/feat/automod-allow-further-rules
Added `allow_further_rules` option to automod rules
2021-08-14 17:27:09 +03:00
Miikka
a9ad733826
Merge pull request #210 from almeidx/fix/selfgrantableroles-mentions
Made RoleAddCmd and RoleRemoveCmd mention the command author
2021-08-14 17:14:10 +03:00
Miikka
230f3a9e24
Merge pull request #223 from dexbiobot/readmeprefix
Updated Readme (example config)
2021-08-14 17:12:06 +03:00
Miikka
501820b805
Merge pull request #212 from almeidx/feat/emojiinfo-snowflakes
Added support for snowflakes on EmojiInfoCmd
2021-08-14 17:10:26 +03:00
Almeida
28f4fc01c0
removed leftover console.log 2021-08-14 15:05:10 +01:00
Almeida
eb61b5a653
added allow_further_rules option to automod rules
This essentially makes it so you can run multiple rules at once
2021-08-14 15:05:08 +01:00
Almeida
f1330ad062
revert unnecessary linting changes 2021-08-14 14:56:47 +01:00
Almeida
5b1a2ca7a3
added legacy plugins section 2021-08-14 14:56:45 +01:00
almeidx
b38eeeab42
update for discord.js 2021-08-14 14:55:01 +01:00
Almeida
ac67342e43
made RoleAddCmd and RoleRemoveCmd mention the command author 2021-08-14 14:54:59 +01:00
Almeida
a9b0902a01
added support for emoji ids on emojiinfo command 2021-08-14 14:50:43 +01:00
Dragory
e8e764c3b7
Remove PR auto-label action
It was stuck running for 20+ minutes
2021-08-14 16:35:14 +03:00
Dragory
124bbfdc18
Tweaks to hasDiscordPermissions() 2021-08-14 16:30:40 +03:00
Dragory
ddf9ee3078
Further updates to packages in /dashboard 2021-08-14 16:27:29 +03:00
Dragory
0524cec383
Update packages and lockfile in /dashboard 2021-08-14 16:24:23 +03:00
Dragory
5d33c30d29
Update codequality action to use Node.js v16.6 2021-08-14 16:23:27 +03:00
Dragory
0ec5e37286
Add PR auto-labeling for merge conflicts 2021-08-14 16:09:01 +03:00
Dragory
3faed45694
dependabot: only update direct dependencies 2021-08-14 16:01:30 +03:00
Dragory
7ff2181443
Update TLD list 2021-08-14 15:57:14 +03:00
Dragory
59185e2297
Remove conflicting global HTMLElement type declaration
Discord.js depends on @discordjs/builders, which depends on @sindresorhus/is,
which references the "dom" library for TypeScript, which includes
a declaration for HTMLElement.
2021-08-14 15:48:18 +03:00
Dragory
ba7ece8df7
Use photon-node instead of sharp for image manipulation
photon-node is compiled to wasm so doesn't require a node-gyp build step
2021-08-14 15:45:47 +03:00
Dragory
088b9a16b1
Fix various Knub imports 2021-08-14 15:44:50 +03:00
Dragory
58167406e1
Fix Knub version in package.json 2021-08-14 15:43:46 +03:00
Dragory
adbcbe9524
Fix error in log userMention() function
The function assumed a GuildMember object where a new
IConfigAccessibleMember object was used instead.
2021-08-14 15:42:32 +03:00
Dragory
fa18c234d6
Fixes to Invite types/type guard functions 2021-08-14 14:41:34 +03:00
Dragory
ed5df73ebc
Upgrade Knub to v30.0.0-beta.39 2021-08-14 14:37:49 +03:00
Miikka
09f7cbbd25
Merge pull request #238 from DarkView/djs 2021-08-14 14:35:45 +03:00
Dark
ff774aa5f6
Context Menu Actions v1, clean and mute support with full options 2021-08-13 05:01:08 +02:00
Nils
2281dbcfef
Merge pull request #7 from almeidx/node-16-patch
update to latest discord.js and node 16.6
2021-08-12 23:30:55 +02:00
almeidx
d854ae48ec
use node 16 2021-08-12 13:20:09 +01:00
Nils
9345c9e0ca
Merge pull request #6 from almeidx/upgrade-djs
upgrade discord.js
2021-08-07 20:35:45 +02:00
almeidx
a11c39cd0a
transform to array before filtering 2021-08-04 21:02:12 +01:00
almeidx
3537305c59
upgrade discord.js 2021-08-04 20:45:42 +01:00
Dark
036d46f08a
Fix log bugs 2021-07-29 19:08:22 +02:00
Nils
16188702f3
Merge pull request #5 from almeidx/final
Final
2021-07-29 18:50:01 +02:00
Dark
0053f55576
Fix role member counts, add threads to channel info command 2021-07-29 18:46:52 +02:00
almeidx
b5ea866e62
upgraded discord.js 2021-07-29 17:45:45 +01:00