Commit graph

213 commits

Author SHA1 Message Date
98a3dfe26c wip code preview thing 2022-05-07 16:49:07 -06:00
002092bcfd bot: add settings command 2022-05-07 16:48:48 -06:00
129d428a2c add guild settings helper 2022-05-07 16:24:37 -06:00
a29283721d music.play: add --next 2022-05-04 15:46:29 -06:00
3897182797 music.queue: add total length 2022-05-04 15:37:59 -06:00
10f1a178bc add guildData helper library 2022-05-02 13:46:44 -06:00
bcc30e8c93 music: apparently inlineVolume is needed for some reason 2022-04-27 20:35:44 -06:00
fd11f266e9 utils.selectionMessage: this commit doesnt exist the previous issue never happened 2022-04-24 13:21:15 -06:00
f4b6e126f6 music: debug time fml 2022-04-24 13:20:00 -06:00
5cc4a03b08 music: please work for queue removal... 2022-04-24 13:16:01 -06:00
bf5a6df175 music: generate random ids for queue items 2022-04-24 13:09:00 -06:00
7f8ca1e532 music: max values must be equal to number of options, cool thanks discord, cant do it yourselves can you 2022-04-24 13:00:14 -06:00
1ecf729e51 music: string length restraints moment 2022-04-24 12:58:21 -06:00
902b3f77f9 music: add queue removal 2022-04-24 12:56:53 -06:00
306ad496fa utils.selectionMessage: add support for multiple values 2022-04-24 12:42:53 -06:00
c48880ff4f music: move channel name to description on youtube search 2022-04-24 12:16:25 -06:00
c116ed2dc8 utils.selectionMessage: add description support 2022-04-24 12:16:01 -06:00
b3444b16e1 music: attempt to fix random errors with sc playlists 2022-04-24 12:09:39 -06:00
4bcb64d104 music: add --offset=<number> for playlists 2022-04-24 12:04:40 -06:00
c118a66858 music.queue: actually show 9 2022-04-24 11:43:21 -06:00
a3f32a8954 music.queue: timestamps try 3 2022-04-24 11:41:19 -06:00
b20344e2a3 music.queue: fix timestamps try 2, add proper link since masked dont work in field titles 2022-04-24 11:40:15 -06:00
a377ee2020 music.queue: fix timestamps 2022-04-24 11:38:06 -06:00
d033366c6c music: implement queue command 2022-04-24 11:34:54 -06:00
64b34c56d6 music: add playlist limiting via --limit=<number> 2022-04-24 11:16:00 -06:00
8c3187584d music: forgot await on createMessage 2022-04-21 20:05:36 -06:00
a09215ab2b music: revert 2022-04-21 20:03:20 -06:00
4409f21d94 music: add fetching message to playlist processing 2022-04-21 19:59:22 -06:00
cdf94b2fd2 music: better fallback check to prevent queue mismatch 2022-04-21 19:55:39 -06:00
954754db8e music: add url to now playing object 2022-04-20 15:01:34 -06:00
3d5fc4b2ab music.np: length -> nowPlaying.length 2022-04-20 14:57:32 -06:00
adc7b3de6d music: implement now playing 2022-04-20 14:51:56 -06:00
b3342d9d36 misc.shodan: handle detail response 2022-04-20 13:51:36 -06:00
f99780c297 commandDispatcher: apparently eris has polyfill for Message.embed 2022-04-20 13:48:29 -06:00
fd7990aa3c misc.shodan: s/title/name 2022-04-20 13:46:53 -06:00
66c963190d misc: add shodan internetdb command 2022-04-20 13:45:32 -06:00
4c7e038866 music: stupid discord limits on dropdown entries 2022-04-18 23:17:44 -06:00
672c39e516 music: attempt fix search 2022-04-18 23:16:09 -06:00
13b6420ff6 music: forgot [0] on splice 2022-04-18 23:11:52 -06:00
f212046bfb music: fix leaving 2022-04-18 23:10:13 -06:00
4898efc2b6 music: typo 2022-04-18 23:09:10 -06:00
d7473c45f3 music: debug time 2022-04-18 23:08:22 -06:00
f45c24dcfc music: fix leave message 2022-04-18 23:03:45 -06:00
4c7b35b13c commandDispatcher: attempt to mitigate reruns from embed loading 2022-04-18 23:02:20 -06:00
05c9d98575 music: typo 2022-04-18 23:00:32 -06:00
d2b48d997d music: attachment support 2022-04-18 22:56:30 -06:00
aa960f0c00 music: actually add the end event 2022-04-18 22:52:48 -06:00
f30101e296 early music rewrite. now playing, queue, queue removal and skip locking not impl yet 2022-04-18 22:49:04 -06:00
39c34a2ef1 misc.arsched: add alias anonradio 2022-04-08 19:54:51 -06:00
3f6d0aa13c utility.avatar: forgot to set url on self lookup 2022-04-05 10:55:05 -06:00
772d3188f2 misc.arsched: month is 0 indexed 2022-04-04 22:32:19 -06:00
bbbc82c611 misc: add arsched 2022-04-04 22:31:20 -06:00
530ee58979 utility.avatar: try 2 on merged images 2022-04-03 10:53:40 -06:00
eb63d86e69 utility.avatar: attempt object cloning 2022-04-03 10:45:25 -06:00
11e2e5f33b utility.avatar: filter embeds 2022-04-03 10:44:11 -06:00
584f61178f utility.avatar: only show second embed if guild avatar 2022-04-03 10:43:13 -06:00
d7162a0694 utility.avatar: add checks 2022-04-03 10:42:05 -06:00
2dbe433b1d utility.avatar: fixes 2022-04-03 10:40:19 -06:00
4e2ff7438a utility.avatar: attempt multi-image embed trick 2022-04-03 10:37:26 -06:00
618e42c1f3 utils.hastebin: supress embed aaaaaa 2022-04-01 20:22:56 -06:00
43662805a3 utils.hastebin: forgot / 2022-04-01 20:21:54 -06:00
d929e6ffb3 utils.hastebin: set content type 2022-04-01 20:21:00 -06:00
f375acf9c8 . 2022-04-01 20:10:29 -06:00
b5543eec11 move hastebin to nekobin 2022-04-01 20:07:15 -06:00
6388830efd misc.vote: fix tick reaction 2022-04-01 18:15:40 -06:00
e0c4c124c8 misc.vote: forgot to register 2022-04-01 18:14:57 -06:00
e4bc6d2136 misc.poll: fix typo 2022-04-01 18:14:11 -06:00
ee3fa2dccd misc: readd poll and vote 2022-04-01 18:13:18 -06:00
2577a7e847 commandDispatcher: convert embed to embeds, add addReactions 2022-04-01 18:10:10 -06:00
ff8d811ee3 utility: await getNamesFromString 2022-03-29 11:46:40 -06:00
872b379248 lib.unicode: attempt to make less horrible 2022-03-29 11:44:09 -06:00
e6de98c9ad utility: add charinfo 2022-03-29 11:38:02 -06:00
1f1e7531af misc: Add gimg and fimg 2022-03-28 16:12:10 -06:00
0218f0f0e0 misc.wolfram: Upload image, haste fallback for long results 2022-03-28 15:37:36 -06:00
c0223017bc misc.wolfram: Fix description 2022-03-28 15:16:03 -06:00
da556a158b Give all the intents :) 2022-03-28 15:13:27 -06:00
24eea8ad72 Remove thread support hack as its no longer needed 2022-03-28 15:09:36 -06:00
7e3bfd5a0d utils.selectionMessage: move to interactionCreate event now that it exists 2021-11-09 11:06:11 -07:00
2205245353 partial thread event support 2021-11-09 10:56:10 -07:00
b261fe54eb utility.flagdump: 1<<19 is also documented 2021-10-15 21:12:59 -06:00
22e119c525 utility.flagdump: add 1<<20 (SPAMMER) 2021-10-15 21:09:55 -06:00
4ab7307ba7 music: no logic yet just soundcloud client id grabbing 2021-09-15 21:45:55 -06:00
a066ab27c1 utility.banner: guild error handling 2021-08-31 09:49:21 -06:00
c3e94cd593 utils.selectionMessage: fix race condition by adding clever id checking 2021-08-30 13:28:20 -06:00
c2bed24794 fix command dispatcher for new caching 2021-08-30 13:04:38 -06:00
17fab4658b better thread caching 2021-08-30 13:01:45 -06:00
2ee2b46bbf hacked together thread support because im impatient 2021-08-30 12:01:33 -06:00
336a9abedd utility.avatar: guild avatar support try 2 2021-08-29 20:16:44 -06:00
7e6b71c802 utility.avatar: fetch member if possible 2021-08-29 20:12:56 -06:00
94d3f4b3e6 fix "[DEPRECATED] content.embed is deprecated. Use content.embeds instead" 2021-08-29 20:04:26 -06:00
4dadf820af utility.avatar: fixes for guild avatars 2021-08-29 20:02:12 -06:00
159870877b utils.selectionMessage: move to components 2021-08-29 20:02:02 -06:00
3e2a3cd567 utility.banner: server support 2021-08-26 11:18:50 -06:00
4c718e3a9a private reminders: wait until ready to register timer 2021-08-22 14:21:09 -06:00
a259ee8da2 write own logger
since npmlog wants to add in "node-pre-gyp" onto every line
2021-08-22 14:20:49 -06:00
0276b3ff64 Utsuho Lights 2021-08-12 13:32:06 -06:00
24f18d44ad utility.jumbo: fix custom emotes 2021-08-11 21:33:58 -06:00
be5e820807 utility: add jumbo 2021-08-11 21:31:56 -06:00
2e94ce2e9d load order fixes 2021-08-11 20:44:23 -06:00
6e2cce0210 fix require 2021-08-11 20:42:13 -06:00