igna
84c5276076
format and nextcord
2021-09-07 14:22:54 +00:00
igna
3eaac0148d
nextcord
2021-09-07 14:15:53 +00:00
io
e295b159c5
update license headers
2021-07-11 03:03:32 +00:00
io
22466322d8
only resize in subprocess when necessary
2021-07-11 02:55:22 +00:00
io
28359eac50
fix audit log reason never showing username
2021-07-08 07:06:04 +00:00
io
47ca9b5029
we only need to track RLs for POST
...
DELETE has an RL of 1/2s so no need
2021-07-08 06:55:00 +00:00
io
82706d8ea2
fix RuntimeWarning from utils.image subprocs
2021-07-07 04:02:41 +00:00
io
21703d7e44
EmoteClient: stop using internals
2021-06-23 14:39:02 +00:00
io
fdba482d8b
fix emoji cache not being updated after successive remove calls
2021-06-23 04:39:01 +00:00
io
f508085e29
fix EmoteClient.create() not returning an emoji
...
This would manifest as the bot saying, for example:
Emote {'name': 'AkkoLewd', 'roles': [], 'id': '857107131931951145', 'require_colons': True, 'managed': False, 'animated': True, 'available': True} successfully created as a GIF.
2021-06-23 04:21:41 +00:00
io
437a35bd05
remove some forgotten debug prints
2021-06-23 04:20:16 +00:00
io
2d57d9145a
requirements: remove aioec
2021-06-23 03:54:51 +00:00
io
429bb89c94
Better UX for rate limits ( fixes #4 ) 🥳
2021-06-23 03:30:27 +00:00
io mintz
8e4e236d2b
em/big: support any emote, not just emotes in the server
2021-06-03 07:58:43 +00:00
io mintz
48f17191a2
fix internal errors when passing an invalid converter to export and list
2021-06-03 07:46:59 +00:00
io mintz
c1592969d5
add-from-ec: use the last public dump of EC's emotes
2021-06-03 07:46:19 +00:00
io mintz
a4e4120a63
lol forgot imports
2021-05-19 22:44:40 +00:00
io
1d6ad4cfd5
use ProactorEventLoop on windows
2021-05-19 21:26:51 +00:00
saucylegs
72652ef368
add prefix to config example ( #22 )
2021-04-11 03:09:05 -05:00
io
b5433dcdac
fix NameError in em/support
2021-03-17 06:06:57 +00:00
io mintz
6b0dc50689
make sharding shit optional
2021-02-16 06:48:27 +00:00
io mintz
60f81b5a72
remove stats cog
2021-02-16 06:39:41 +00:00
io mintz
81be8590bd
remove readme badge
2021-02-16 06:32:33 +00:00
Chippy
4945a003d0
add command to embiggen an emote ( #15 )
2021-02-16 00:31:24 -06:00
io mintz
bc0f24d89e
Revert "don't under-report guild counts"
...
This reverts commit 7c353e797b
.
Revert "cluster startup no longer depend on the first cluster running"
This reverts commit 2a73585dfd
.
2020-10-11 08:38:27 +00:00
io mintz
fc6e32a691
stats: include shard count in shm name
2020-10-08 13:35:27 +00:00
io mintz
7c353e797b
don't under-report guild counts
2020-10-08 02:48:37 +00:00
io mintz
2a73585dfd
cluster startup no longer depend on the first cluster running
2020-10-08 02:48:25 +00:00
io mintz
0ae7331828
disable message cacheg
2020-10-01 06:06:43 +00:00
io mintz
c3d92606ce
fix a comment
...
nice commit iomintz
2020-09-29 09:12:52 +00:00
io mintz
403241d077
help text rebrand
2020-09-29 08:55:39 +00:00
io mintz
0f8e655187
bump version to 1.5.0+
2020-09-29 07:59:33 +00:00
io mintz
5d10258609
cogs/emote: remove redundant code in cog_check
2020-09-29 07:59:33 +00:00
io mintz
aeed3b6a56
make the export command public
2020-09-29 07:59:33 +00:00
io mintz
a1ce0b8281
discord.py#5819 is fixed
...
This reverts commit b1c3114ee3
.
2020-09-17 10:07:57 +00:00
io mintz
b1c3114ee3
turn guild subs back on until discord.py#5819 is fixed
2020-09-15 11:44:46 +00:00
io
56e9d00c03
bump dpy version
2020-08-06 03:35:31 +00:00
io mintz
7e4752eebd
fuck windows man
2020-07-24 19:22:35 +00:00
io
379a3849f8
re-count guilds on stats cog reload
2020-07-16 23:23:58 +00:00
io mintz
78c671ed02
make em/support work on all clusters
2020-07-07 00:15:47 +00:00
io mintz
14a82561e7
fix em/add with attachments
2020-07-06 04:52:34 +00:00
io mintz
30c16b8b8c
fix importing zips with two emotes with the same name
...
- export now does foo.png, foo-2.png for two emotes called foo
- reflect that in the importer
2020-07-01 06:46:42 +00:00
io mintz
1c08a9bc67
move systemd to bot bin
2020-07-01 06:44:33 +00:00
io mintz
68227a2b44
update file size limit for em/export
2020-06-23 22:56:05 +00:00
io mintz
3590a0162d
split zips in parallel ( fixes #3 )
2020-06-23 22:51:54 +00:00
io mintz
a175050e11
[wip] split exported zips
2020-06-23 22:14:10 +00:00
io mintz
c8c4261bab
README: document the new command
2020-06-19 04:16:17 +00:00
io mintz
2667ee8d43
add a command to add a bunch of custom emotes
2020-06-19 04:14:39 +00:00
io mintz
c15a774a00
bot: require sharding arguments
...
the stats cog expects the sharding attrs anyway
2020-06-19 03:56:27 +00:00
io mintz
7b2f963dd7
add webp to an error message
2020-06-11 23:59:13 +00:00