Commit graph

346 commits

Author SHA1 Message Date
7dfee629f8
fix: increased sleep time to hopefully prevent bugs 2023-08-02 01:38:57 -04:00
b6d948ae31
cleanup: removed 'Galaxy' from messages 2023-08-02 01:36:18 -04:00
0b87a50f2b
fixed: added verbose messaging for if someone tries to delete something already downloaded 2023-08-02 01:34:52 -04:00
ce4f7acbcb
fix: fixed blacklist_add's optional reason argument 2023-08-02 01:30:37 -04:00
98f5928af5
fix: fixed blacklist_remove command 2023-08-02 01:28:49 -04:00
4fd2856efa
fix: applied allowedmentions to other messages 2023-08-02 01:25:19 -04:00
f2f7cafc02
feat: added handling for if no user is provided to dl-blacklist 2023-08-02 01:24:27 -04:00
8cb0484d93
feat: testing an allowedmentions change 2023-08-02 01:23:17 -04:00
d56513076a
misc: wrapped blacklist reason in 2023-08-02 01:20:23 -04:00
83cd032738
cleanup: fixed ctx in blacklist commands 2023-08-02 01:19:56 -04:00
Seaswimmer
bad711357e
readme: finished previous commit 2023-08-02 01:17:33 -04:00
50020a01a8
readme: aded disclaimer about musicdownloader being broken on older versions 2023-08-02 01:14:29 -04:00
43a2c9d766
fix: reason is now wrapped in in dl-blacklist add command 2023-08-02 01:09:39 -04:00
225c13ade9
feat: added owner checks to blacklist_add and blacklist_remove 2023-08-02 01:07:57 -04:00
b2f4e9f3e5
fix: changed formatting in create_table 2023-08-02 01:06:35 -04:00
95b4abd8bb
fix: added a cog_load function to run create_table 2023-08-01 22:39:46 -04:00
eead3223d1
fix: fixed an sqlite bug 2023-08-01 22:19:32 -04:00
e89ecd4105
fix: im dumb 2023-08-01 22:17:17 -04:00
e1d0f76f1e
fix: made the cog create the required table on load 2023-08-01 22:13:36 -04:00
5573ada5fc
fix: fixed a command decorator 2023-08-01 22:09:51 -04:00
e4d0b38848
feat: added blacklisting to musicdownloader 2023-08-01 22:09:10 -04:00
Seaswimmer
5eb7b487d6
docs: fixed broken markdown header in musicdownloader cog 2023-08-01 18:01:28 -04:00
efbc07dd17
feat: added error handling for download command 2023-08-01 17:31:21 -04:00
201ec72808
docs: added more information to the help command for download 2023-08-01 17:27:50 -04:00
e7e13ca412
readme: readme formatting fix 2023-08-01 15:34:27 -04:00
ac10d4edf7
fix: added kwarg to change_data_path so it properly supports spaces 2023-08-01 15:08:51 -04:00
d6511fb550
fix: made change_data_path return if data_path is none 2023-08-01 15:07:54 -04:00
030fef4e8a
readme: updated readme for musicdownloader cog 2023-08-01 15:07:18 -04:00
1aca41b5c9
fix: added handling for if no data path is provided in change_data_path 2023-08-01 15:04:36 -04:00
f510a54183
fix: added owner check to change_data_path 2023-08-01 15:04:07 -04:00
b124861f26
misc: changed default bool value for delete param 2023-08-01 13:28:11 -04:00
9cdab19d6b
fix: using ctx.author instead of ctx.user 2023-08-01 13:26:41 -04:00
b4aeaedb3d
fix: oops I forgot how tuples work 2023-08-01 13:25:07 -04:00
301f9f73c9
fix: oops lol 2023-08-01 13:24:15 -04:00
d9f9fafd9f
fix: awaited something 2023-08-01 13:23:45 -04:00
9d3f62d51e
feat: now functional for non-bot owners 2023-08-01 13:22:47 -04:00
f4e081e150
feat: added delete functionality 2023-08-01 13:09:09 -04:00
4b488a982f
fix: made download bot-owner only 2023-08-01 12:49:03 -04:00
efa8c150ed
fix: fixed uploading the file 2023-08-01 12:47:41 -04:00
3ee121cbf2
fix: made filename_str 2023-08-01 12:41:16 -04:00
ef29d2c68e
misc: reduced sleep time on ytdlp loop 2023-08-01 12:40:08 -04:00
653d6fc007
fix: fixed detecting file formats 2023-08-01 12:38:45 -04:00
5a1c65a764
fix: added a loop to wait for youtube_download to finish before proceeding 2023-08-01 12:36:07 -04:00
fb6a12311b
fix: removed progress hooks 2023-08-01 12:32:12 -04:00
96f3273593
fix: awaited something 2023-08-01 12:29:43 -04:00
f965ff3fef
fix: made ytdlp logging verbose 2023-08-01 12:27:22 -04:00
63eb812170
feat: added carnagerefund command 2023-08-01 12:09:31 -04:00
b9d18c53e7
feat: improved how title detection works (if I could actually get it fundamentally working) 2023-08-01 00:15:26 -04:00
a646bf129e
cleanup: cleaned up some useless code 2023-08-01 00:07:30 -04:00
c8f52c12f7
feat: made ytdl upload the downloaded file to discord when completed 2023-08-01 00:03:48 -04:00