1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2025-02-08 06:50:27 +00:00
Commit graph

110 commits

Author SHA1 Message Date
Myned
940a1462d3
Change embed to use file url instead of sample 2020-03-11 23:28:19 -04:00
Myned
fc3483fec8
Update e621 API endpoints and structure 2020-03-09 12:11:55 -04:00
Myned
75698ba127
Change tag limit to accommodate e621 update 2020-03-09 11:33:11 -04:00
Myned
61e4e2fca9
Fix formatting 2020-03-09 11:31:31 -04:00
Myned
bc62169e90
Change references to use id instead of object 2020-03-09 11:30:51 -04:00
Myned
d6ec61b648
Remove aiohttp params argument in favor of str due to encoding issues 2020-03-09 11:29:56 -04:00
Myned
f5ef45f8ee
Add reactions to reverse denial error 2019-11-05 10:50:47 -05:00
Myned
0e40a884fd
Fix Context reactions not sending 2019-11-01 19:30:10 -04:00
Myned
dd832f4486
Change formatting and semantics for command error responses 2019-11-01 19:19:09 -04:00
Myned
c9fbcbb639
Add user error for some images not being accessible by servers 2019-10-19 13:09:34 -04:00
Myned
5662d2afdd
Change user error reactions to be different from no results 2019-10-19 13:08:33 -04:00
Myned
f128f4b675
Fix premature removal of _get_icon which broke e6 2019-09-25 12:07:41 -04:00
Myned
ce132fbc64 Refactor reverse commands, add Kheina database, and remove Harry.lu 2019-09-23 02:07:29 -04:00
Dylan Dizon
ea2de2c1d7
Change reverse commands to continually type when processing 2019-09-22 13:58:56 -04:00
Myned
8d9967843e Add placeholder for custom help command 2019-09-17 04:06:24 -04:00
Myned
56782e75dc Change reversify limit to 5 images 2019-09-17 03:00:09 -04:00
Myned
17d771060e Add support for SauceNAO as fallback reverse image search engine 2019-09-17 02:59:35 -04:00
Myned
e3b73a6237 Convert to discord.py main release 2019-09-17 02:56:22 -04:00
Myned
739449b940 Change image paginators to use one method and remove GoTo for non-pools 2019-02-19 23:14:36 -05:00
Myned
0b12630d06 Change heart queue timeout to 24 hours 2019-02-19 23:10:19 -05:00
Myned
08a9d28739 Remove info_channel 2019-02-19 23:07:31 -05:00
Myned
dc0142a29e Remove OS-dependent notifications 2019-02-19 23:06:52 -05:00
Myned
3f5e627524 Remove extraneous character appearing in console log 2019-01-18 11:34:48 -05:00
Myned
da16cb37df Change formatting and aliases 2019-01-03 18:06:21 -05:00
Myned
031f316866 WIP Add guild.id resolution to guild.name for guild info command 2019-01-03 18:05:36 -05:00
Myned
41daa41c78 Add leave guild command 2019-01-03 18:04:17 -05:00
Myned
2a3f4d99f7 Add block command group 2019-01-03 18:03:56 -05:00
Dylan Dizon
7dce8f2d3c Add helper method to catch reaction NotFounds 2018-11-26 20:01:44 -05:00
Dylan Dizon
2c50759753 Add incorrect command emoticon 2018-11-26 18:54:11 -05:00
Dylan Dizon
b26384dbcf Add command cooldowns for booru cog 2018-11-15 19:59:28 -05:00
Dylan Dizon
0eca01349e Fix lists sending via paginator despite being empty 2018-11-15 19:35:20 -05:00
Dylan Dizon
eab73cb62b Fix _remove logic and remove output of skipped tags 2018-11-15 19:01:55 -05:00
Dylan Dizon
c0f72cd503 Remove unnecessary newlines 2018-11-15 19:01:14 -05:00
Dylan Dizon
1ef17cd588 Fix potential reference issues 2018-11-15 19:00:13 -05:00
Dylan Dizon
a37e7ccaf7 Add response for missing command arguments for blacklists 2018-11-15 18:58:53 -05:00
Dylan Dizon
8b28020069 Refactor blacklist and alias commands
~ Streamline help attributes
~ Align with PEP guidelines
~ Align with simpler command methodology
~ Change file management logic
+ Add alias commands as switch for blacklist management
- Remove deprecated code
2018-11-15 15:52:54 -05:00
Dylan Dizon
d87c35b3da Comment out favorites group 2018-11-15 15:48:36 -05:00
Dylan Dizon
5d57ef300f Change syntax preference 2018-11-15 15:45:01 -05:00
Dylan Dizon
b751ebc861 Fix and refactor _get_posts blacklisting logic 2018-11-15 15:43:53 -05:00
Dylan Dizon
024949390e Remove some of deprecated channel logic 2018-11-15 15:41:23 -05:00
Dylan Dizon
d46b912ae8 Streamline blacklist entries
~ Combine blacklists and aliases into one object
~ Remove guild entry in favor of channel (guild to be added as separate entry)
2018-11-15 15:40:24 -05:00
Dylan Dizon
d8c5b743d4 Refactor kwargs pre-command method 2018-11-15 15:32:31 -05:00
Dylan Dizon
57faf39b96 Clean deprecated packages from Pipfile 2018-11-15 15:27:17 -05:00
Dylan Dizon
b099084571 Change terminology to reflect actual command flow 2018-11-08 22:32:46 -05:00
Dylan Dizon
b978148e0f Add suppressing of NotFound errors while deleting messages 2018-11-08 22:32:04 -05:00
Dylan Dizon
f06f743179 Remove unnecessary while loop 2018-11-08 22:31:45 -05:00
Dylan Dizon
e11090e2b5 Add cross mark emoticon to error response 2018-11-08 14:31:57 -05:00
Dylan Dizon
722d0d2291 Change catching of generic Exception to HTTPException for accuracy 2018-11-08 14:29:22 -05:00
Dylan Dizon
535da344a1 Fix missing reference 2018-11-07 17:22:20 -05:00
Dylan Dizon
f301dd37dc Fix preparation, reaction, formatting, exception, and removal logic 2018-11-07 00:03:17 -05:00