Commit graph

143 commits

Author SHA1 Message Date
Miikka
6010c387e7
Merge pull request #209 from ghost/master
Add pong as an alias of ping
2021-08-14 17:30:05 +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
Almeida
a9b0902a01
added support for emoji ids on emojiinfo command 2021-08-14 14:50:43 +01: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
Dark
ff774aa5f6
Context Menu Actions v1, clean and mute support with full options 2021-08-13 05:01:08 +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
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
5e91a9fed3
removed unnecessary collector filters 2021-07-29 17:24:53 +01:00
almeidx
5fad488a63
changes to serverinfo and fixes in utils 2021-07-29 17:18:49 +01:00
almeidx
35bf6e5b82
use idToTimestamp method 2021-07-29 16:36:00 +01:00
almeidx
72893e7f7d
fix autojoin threads 2021-07-29 16:34:11 +01:00
almeidx
f4b4747d08
simplified 2021-07-29 10:47:47 +01:00
almeidx
e12f37bb6a
show created timestamp and sticker info on server info 2021-07-29 10:26:05 +01:00
almeidx
afe0ec1194
removed unnecessary string literal and simplified stuff 2021-07-29 10:08:55 +01:00
almeidx
a3e6e4f319
removed unnecessary conditional 2021-07-29 01:51:11 +01:00
almeidx
a8298d4faa
fixed jumbo cmd, simplified checks and fixed ping cmd 2021-07-29 01:43:50 +01:00
almeidx
80f2dacb7f
simplified avatar cmd 2021-07-29 01:22:37 +01:00
almeidx
0f5162ee21
ping in about cmd 2021-07-29 01:20:40 +01:00
almeidx
74a676913e
user.tag 2021-07-29 00:37:19 +01:00
almeidx
f9e1343003
use User#displayAvatarURL and dont encode reason 2021-07-28 23:40:20 +01:00
Dark
c932269b7d
DJS Update, Full Import Cleanup 2021-07-25 14:32:08 +02:00
Dark
acb4913495
More fixes, change rest of stripObjectToScalars to configAccessibleObj 2021-07-21 22:14:09 +02:00
Dark
d2dd103175
Start move to configAccessibleObjects, exclude perm overrides from logs
configAccessibleObjects are used to guarantee backwards compatibility and consistency.
Perm overrides from our own plugins are ignored as to not spam logs through bot managed slowmode or companion channels
2021-07-06 05:23:47 +02:00
Dark
dda19de6e6
Fix various bugs, update djs 2021-07-04 23:14:12 +02:00
Dark
4d1924b1ec
Add sticker count to server info embed
Still need to wait on DJS update for actual sticker count
2021-07-04 17:48:26 +02:00
Dark
5e73d380c5
Update DJS 2021-07-04 17:41:44 +02:00
Dark
be71357ff9
Upgrade DJS, fix bugs 2021-06-30 18:43:42 +02:00
Dark
0822fc15e5
Type fixes for djs 2021-06-30 04:56:56 +02:00
Dark
7bf5e1f3c6
misc. bugfixes 2021-06-21 01:36:53 +02:00
Dark
6e22687bf6
Switch pagination to buttons 2021-06-21 01:36:35 +02:00
Dark
2700f4e389
Allow !clean to delete messages not already saved
If a message is found that is not stored, we save it and then bulk delete
2021-06-17 02:10:23 +02:00
Dark
421f6defaa
Remove unnecessary cache lookup 2021-06-17 01:32:38 +02:00
Dark
5efdf5ce95
Formatting and initial ButtonRoles DB work 2021-06-08 02:23:30 +02:00
Dark
6ac9d2f2a2
Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dark
edcfd2333f
Bot now connects, lint fixes 2021-06-02 19:35:44 +02:00
Dark
d0a1beb809
Finish preliminary rework, ready to test 2021-06-02 04:07:50 +02:00
Dark
52839cc9f3
More rework progress, remove all eris imports 2021-06-01 02:05:55 +02:00
Dragory
72637fe1b3
More initialization order fixes (vol 2) 2021-05-23 17:13:11 +03:00
Dragory
f6be4f4af6
Update to Knub30.0.0-beta.37 and Eris 0.15, first pass 2021-05-23 14:35:16 +03:00
Doggles
07bdb4b722 Update PingCmd.ts 2021-05-09 13:28:07 +01:00
Dragory
7f788b28f0
Remove conflicting !roleinfo alias 2021-05-08 00:55:56 +03:00
Dragory
6427d9a5a9
Update STAGE_CHANNEL_ICON URL 2021-05-06 21:27:58 +03:00
Almeida
8846a016ab
added better support for stage channels on channelinfo (#197) 2021-05-06 21:25:17 +03:00
Almeida
a4a7eb41b0
refactor(*): remove unused exception variables (#193) 2021-05-06 21:23:47 +03:00
Almeida
519cb4ece2
Add !roleinfo and !emojiinfo (#198) 2021-05-06 21:19:57 +03:00
Dragory
9c501a8098
Fix crash caused by missing !invite code parameter 2021-05-03 18:29:33 +03:00
Nils
20b1c869cd
Add -update/-up argument to automatically update latest/chosen case with !clean (#173) 2021-04-28 22:15:16 +03:00