Commit Graph

18 Commits

Author SHA1 Message Date
Jeremy Zhang
5e0c0bf302 Update getting guild member 2020-10-22 12:26:24 -07:00
Jeremy Zhang
51ff9b48b6 Option to pass in args to handle shard manually 2020-02-17 18:00:19 -08:00
Jeremy Zhang
4a3d24c5d6 Sleep after every subscribe 2019-03-06 03:11:26 +00:00
Jeremy Zhang
c62661ec6c Sleep a bit more if bot isnt responding 2019-03-05 21:02:33 +00:00
Jeremy Zhang
ce205daa0e Try a new create task and lower max_messages by half 2019-03-05 19:38:40 +00:00
Jeremy Zhang
346a68c780 Dont read messages if the channel has no permissions 2019-01-19 20:07:57 +00:00
Jeremy Zhang
3159b9c0f5 Dont handle redisqueue if bot decides to offline 2019-01-09 19:04:55 +00:00
Jeremy Zhang
57d0a74621 Relinquish resources to the bot every 10 publishes in redisqueue 2019-01-06 00:08:12 +00:00
Jeremy Zhang
e566276fc4 Bugfix if guild not initialized yet and no reactions 2019-01-05 20:54:50 +00:00
Jeremy Zhang
4f27dedd6f Fix emoji tuples out of range and no permission to read message issues 2018-12-30 20:23:07 +00:00
Jeremy Zhang
f0a295e3eb Pass if there are no attribute 2018-10-28 01:07:41 +00:00
Jeremy Zhang
ae05ac766d Enforce more keys to expire 2018-07-31 03:42:21 +00:00
Jeremy Zhang
0203f24ce7 Fix admin voting page crash 2018-07-23 05:02:26 +00:00
Jeremy Zhang
3783cf1152 Move columns found in discord api on the guilds table into redis 2018-07-20 23:10:24 +00:00
Jeremy Zhang
86c7232b35 Remove guild members table for storing in redis 2018-07-17 23:47:30 +00:00
Jeremy Zhang
89b12d06ab Revert "Remove messages table", Accidentally committed in dev code
This reverts commit 6d6b390431.
2018-07-16 23:43:41 +00:00
Jeremy Zhang
6d6b390431 Remove messages table 2018-07-16 23:34:13 +00:00
Jeremy Zhang
bc129289fc Use redis to store discord api related objects, so far messages only
Keeping the table for now in case the redis method does not work as hoped
2018-07-16 03:50:31 +00:00