bobloy
bf9115e13c
Update for new channel
2021-03-10 13:36:37 -05:00
bobloy
a5eda8ca2a
Forgot how to use regex apparently
2021-03-02 08:53:50 -05:00
bobloy
221ca4074b
Update launchlib to version 2
2021-02-24 12:27:50 -05:00
bobloy
8b1ac18609
Merge remote-tracking branch 'origin/master'
2021-02-19 11:07:50 -05:00
bobloy
ee8f6bbf57
Fix docstrings
2021-02-19 11:07:34 -05:00
bobloy
af3de08da2
Merge pull request #169 from Obi-Wan3/master
...
[StealEmoji] update to use guild.emoji_limit
2021-02-18 13:13:45 -05:00
Obi-Wan3
92957bcb1f
implement same logic for skipping further checks
...
Co-authored-by: bobloy <alboblexloy@gmail.com>
2021-02-18 10:08:24 -08:00
Obi-Wan3
7ad6b15641
Edit to satisfy style requirement
2021-02-16 17:19:41 -08:00
Obi-Wan3
6363f5eadc
[StealEmoji] update to use guild.emoji_limit
2021-02-16 17:15:25 -08:00
bobloy
0e034d83ef
Bad idea to steal these, set the empty by default instead
2021-02-15 10:37:32 -05:00
bobloy
337def2fa3
Some progress on updated ubuntu trainer
2021-02-15 10:18:18 -05:00
bobloy
14f8b825d8
Fix bad learning and checks
2021-02-02 16:35:41 -05:00
bobloy
dbf6ba5a4b
More precise message imitation
2021-01-26 17:10:47 -05:00
bobloy
bf16630573
Merge pull request #168 from bobloy/fifo_finetuned_message
...
[FIFO] FakeMessage is subclass and the implications
2021-01-25 17:06:47 -05:00
bobloy
6233db2272
FakeMessage is subclass and the implications
2021-01-25 17:04:20 -05:00
bobloy
3f997fa804
Fix to pickle error and Nonetype comparison
2021-01-21 10:44:25 -05:00
bobloy
837cff7a26
Merge pull request #167 from bobloy/fifo_develop
...
FIFO expired triggers
2021-01-15 13:51:29 -05:00
bobloy
796edb4d35
Corrected expired triggers
2021-01-15 13:46:37 -05:00
bobloy
6c669dd170
Change typing
2021-01-14 11:32:51 -05:00
bobloy
9bdaf73944
Add __str__ and TODO for better "seeing"
2021-01-11 13:41:14 -05:00
bobloy
3b50785c5b
Docs update, better delete
2021-01-11 13:40:54 -05:00
bobloy
d14db16746
Small doc update
2021-01-11 13:40:37 -05:00
bobloy
2c9f3838da
Update info to include install instructions
2021-01-11 09:05:41 -05:00
bobloy
9f10ea262d
Semantic change
2021-01-11 08:52:57 -05:00
bobloy
320f729cc9
Print expired triggers separately
2021-01-04 14:48:12 -05:00
bobloy
9c9b46dc76
Print expired triggers separately
2021-01-04 14:47:59 -05:00
bobloy
d5bc5993ea
Nevermind, bad idea. Just add the checks
2021-01-04 09:14:44 -05:00
bobloy
ce41c80c3b
Remove fetch_message
, channel history is just better
2021-01-04 08:50:48 -05:00
bobloy
c603e4b326
Merge branch 'master' into fifo_develop
2021-01-04 08:44:57 -05:00
bobloy
d13fd39cfc
Require python-dateutil
2020-12-22 13:56:28 -05:00
bobloy
8dc81808e6
Merge remote-tracking branch 'origin/master'
2020-12-22 13:55:31 -05:00
bobloy
b2c8268c9b
Update labeler
2020-12-22 13:55:16 -05:00
bobloy
f3dab0f0c6
Fix construction of set
2020-12-18 17:57:48 -05:00
bobloy
bae50f6a7a
Merge pull request #164 from bobloy/werewolf_develop
...
Werewolf bugfixes
2020-12-08 11:21:25 -05:00
bobloy
5892bed5b9
Didn't do werewolf label right
2020-12-08 11:20:21 -05:00
bobloy
36826a44e7
Mostly line separators
2020-12-08 11:17:50 -05:00
bobloy
0a0e8650e4
Merge branch 'master' into werewolf_develop
2020-12-08 11:13:02 -05:00
bobloy
d36493f5a8
Merge pull request #163 from ASSASSIN0831/master
...
[Infochannel] Rewrite: New counters, customize names, better rate limits
2020-12-08 11:09:44 -05:00
bobloy
fc8e465c33
Remove excess comments
2020-12-08 11:08:20 -05:00
bobloy
087b10deb2
Merge branch 'master' into ASSASSIN0831_master
2020-12-08 10:57:58 -05:00
bobloy
bf3c292fee
Black formatting
2020-12-08 10:57:36 -05:00
bobloy
c7820ec40c
No asyncio here
2020-12-08 10:54:59 -05:00
bobloy
b566b58e1a
Infochannel rewrite
2020-12-08 10:53:24 -05:00
ASSASSIN0831
69e2e5acb3
Black formatting
2020-12-03 13:53:17 -05:00
ASSASSIN0831
bce07f069f
Update infochannel.py
2020-12-02 22:14:22 -05:00
ASSASSIN0831
9ac89aa369
The big update
...
Changes:
[FIX]Fixed issued where toggling an infochannel off does not delete the channel
[UPDATE] Default counter is now total server members instead of just human users
[NEW] Can now toggle off the default counter
[NEW] Added a shortcut for infochannelset as icset
[NEW] Infochannels are now sorted into a seperate category
[NEW ]Added New Counters:
Total members(Users+Bots)
Roles(Total roles in server)
Channels(Total channels in server. Not including infochannels and categorys)
Offline
Role(members with a specified role)
[NEW] Can now customize channel names including the category name
2020-12-02 22:09:52 -05:00
bobloy
624e8863b1
Additional expired trigger handling
2020-11-25 14:01:45 -05:00
bobloy
51dc2e62d4
Use customdate, check expired before scheduling
2020-11-25 10:15:36 -05:00
bobloy
d85f166062
Custom Date that doesn't do past dates
2020-11-25 10:14:50 -05:00
bobloy
5ecb8dc826
Don't schedule jobs without a trigger
2020-11-25 10:14:09 -05:00