barelyprofessional
71d074c6c6
Hopefully fix up rounding with Clash.gg and make it look nicer
2025-03-25 00:47:21 +08:00
barelyprofessional
f125d37dfc
Fixed an error where it was using the unfiltered bet feed for spamming everyone
2025-03-23 20:05:58 +08:00
barelyprofessional
6febd20640
Forgot to bypass GambaSesh detection for Rainbet
2025-03-23 19:56:02 +08:00
barelyprofessional
e59bb880b5
New setting to control the initial state of the almanac shill
2025-03-23 19:49:45 +08:00
barelyprofessional
0c37596a66
Added notifications for Rainbet bets
2025-03-23 18:18:47 +08:00
barelyprofessional
64ccf97a14
Created a function for checking live status
2025-03-23 18:05:16 +08:00
barelyprofessional
3ca8c047e4
Forgot to convert Clash.gg bets from cents to dollars
2025-03-23 16:34:43 +08:00
barelyprofessional
94f8c8de08
Added a feature to shill the kasino almanac
2025-03-22 20:17:26 +08:00
barelyprofessional
03a3892035
Forgot to add BuildClashgg to the build tasks
2025-03-22 14:03:31 +08:00
barelyprofessional
b6dc7b8cbe
Experimental Clash.gg support, completely untested. Austin's ID is unknown at this time hence not populated
2025-03-22 14:00:23 +08:00
barelyprofessional
1efa808f82
Added a setting for the initial value of the GambaSesh Discord bypass variable
2025-03-02 16:43:49 +08:00
barelyprofessional
64d7e38619
Added an image for when christopherdj goes live and removed the checks for if austingambles is live
2025-02-23 17:25:08 +08:00
barelyprofessional
dbc4ef2ba1
Added separate restream shill message for commercial breaks
2025-02-17 21:10:41 +08:00
barelyprofessional
596b5bf189
Forgot to check if BossmanAustin is live
2025-02-17 20:09:01 +08:00
barelyprofessional
e3ce5dfd4a
Make sending the Toy Story image when ChrisDJ goes live while BossmanAustin is live optional and off by default
2025-02-17 20:08:06 +08:00
barelyprofessional
4448a6a70a
Added a feature where the bot will send an image if it detects christopherdj is live when Bossman goes live and vice versa.
2025-02-08 23:44:08 +08:00
barelyprofessional
94af9af173
Fix missing .Value
2025-02-06 14:47:03 +08:00
barelyprofessional
f9e59d5e7a
Fixed some more hardcoded references to BMJ
2025-02-06 12:24:15 +08:00
barelyprofessional
52bcb012ac
Clean up more deadnaming
2025-02-06 10:41:53 +08:00
barelyprofessional
09797f6a56
Added support for Discord display names so the bot stops deadnaming
2025-02-06 10:17:56 +08:00
barelyprofessional
a292a98048
No more deadnaming
2025-02-06 09:38:48 +08:00
barelyprofessional
4a5151229c
Replace hardcoded references to BossmanJack
2025-02-05 23:37:35 +08:00
barelyprofessional
7e6ba075c5
Bypass sesh detect for the Jackpot messages
2025-02-05 08:27:02 +08:00
barelyprofessional
44ebe44670
Fix kasino typo
2025-02-04 20:51:34 +08:00
barelyprofessional
b7e829d30a
Made it possible to disable Rainbet, Chips.gg and Howl.gg as they're not really working right now and just spamming errors
2025-01-21 20:17:46 +08:00
barelyprofessional
621e3eb39d
Added self promo command, next visit commands for PO and court, added multiple ID support to Shuffle and bumped packages
2024-11-05 19:54:38 -06:00
barelyprofessional
7181bdefd0
Fixed Rainbet errors
2024-09-29 12:54:36 +08:00
barelyprofessional
12980a86c3
Updated Kick support so admins can now add/remove streamers and force a reconnect to commit the changes
2024-09-21 00:28:16 +08:00
barelyprofessional
5b3f394c29
Converted send message method to async (also created a synchronous method that shadows the async method). Added a method to send multiple messages at once and message truncation with a choice of strategies
2024-09-17 00:57:11 +08:00
barelyprofessional
2a9d796e0d
Attempt to try and fix Chips.gg bet stream by moving to UUIDs. Didn't work though, still needs more work to fix
2024-09-14 16:42:31 +08:00
barelyprofessional
6dad3357fd
Stop emojis from shitting up the message
2024-09-07 22:20:51 +08:00
barelyprofessional
2accae84cf
Added a feature to shill the ad-free re-stream when a Twitch commercial break is detected
2024-09-07 17:07:07 +08:00
barelyprofessional
ace5646f36
Fixed missing Pusher channels setting causing the bot to fail to start and fixed code so a single failing task won't take down the whole bot
2024-09-02 00:39:39 +08:00
barelyprofessional
3b1f967a02
Service initialization is now async so the bot starts up faster
2024-09-02 00:26:33 +08:00
barelyprofessional
c3aa839e82
Defaulted GambaSesh Discord bypass to true since he's not setup with the new Discord guild
2024-09-01 21:10:38 +08:00
barelyprofessional
e4b1821a5b
All the ancillary services have been moved out of the chatbot's class and relocated to a separate file. THe code is still very messy but at least it'll make the main bot easier to navigate.
...
Also refactored a bunch of shit
* Removed the thread used for pinging, now an async timer
* Kick will no longer block the bot from starting
* Twitch initialization follows the same rules as other services where everything is contained to its build method
* Fixed a bug where the bot's heartbeat logic would get messed up by the machine timezone if it wasn't UTC
2024-09-01 00:53:44 +08:00