37 Commits

Author SHA1 Message Date
9522ec6ee0 We will count deaths
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
2024-12-07 15:20:34 +00:00
6286887632 remove whitespace 2024-12-07 00:39:46 +00:00
f6aa67c739 ensure path exists and use path obj over string
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 18:51:21 +00:00
19ec17a69a find console file through zomboid folder
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-06 18:49:08 +00:00
8344bfa3b5 full avatar & remove incorrect on_ready code
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-06 18:35:05 +00:00
512254a05d add missing steam api key
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
2024-12-06 18:21:11 +00:00
7bb2c8dbef player data handled in own cog
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
2024-12-06 18:18:18 +00:00
09cfb2ac58 fix player leave/join ignored if no access level
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
caused by bad regex pattern
2024-12-06 17:42:10 +00:00
cffe8546c1 move activity task starter into 'on_ready' event
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
it was being started before the bot websocket was established
2024-12-06 17:17:30 +00:00
cf580d741d changelog and activity fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 17:14:08 +00:00
8bfcf7eca4 add missing await to coroutine
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 17:02:32 +00:00
c302b54eae improve the way activity is changed
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
should fix issues with not updating correctly
2024-12-06 16:57:46 +00:00
78d2c7a850 fix rcon call with incorrect arguments
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 14:19:54 +00:00
226c05526d admin command for forcing mod update
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 14:14:52 +00:00
c947aa2148 handle mod updates
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-06 14:10:16 +00:00
95e8672fd5 use larger avatar for embed
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 13:28:52 +00:00
4e42a07b27 await thumbnail fetch
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 13:12:40 +00:00
f7f2401174 Update console.py
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 13:09:32 +00:00
3a85af4028 fetch steam profile via API
All checks were successful
Build and Push Docker Image / build (push) Successful in 22s
2024-12-06 13:05:11 +00:00
ed22e552a1 fix argument error for setting embed image
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 12:51:51 +00:00
21bd1589a4 user class and join/leave embeds
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 12:49:47 +00:00
5e216862a6 fix spam + add player disconnect message
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 12:34:18 +00:00
60ad27126b console reader and player join alert
All checks were successful
Build and Push Docker Image / build (push) Successful in 23s
2024-12-06 12:23:15 +00:00
7a18ebc22d fix wrong calculation for activity message again
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 11:58:04 +00:00
c09acbe9e3 move defer before blacklist check
All checks were successful
Build and Push Docker Image / build (push) Successful in 22s
2024-12-06 11:54:32 +00:00
82d2eb6ed2 fix wrong number in count calculation
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 11:49:21 +00:00
82fcedd5a4 plural dependent on player count
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 11:48:55 +00:00
fa1ce10b0f nicer activity message
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
done away with the debugging **{}** message
2024-12-06 11:47:40 +00:00
3bc52db5aa improve player count regex
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 11:42:16 +00:00
3a286251f4 fix incorrect rcon usage
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 11:38:10 +00:00
271f067eb3 player count in activity
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2024-12-06 11:35:10 +00:00
c291f486da Delete console.py
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2024-12-06 11:07:34 +00:00
f150bf9ddb fix duplicate cog name 'ActivityCog'
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
2024-12-06 11:06:33 +00:00
308fa4d197 comment out unused line
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m14s
temp
2024-12-06 10:04:39 +00:00
7642da6b43 console reader 2024-12-06 09:45:38 +00:00
cb745bc8b1 activity handler 2024-12-06 09:45:32 +00:00
afef3ae674 basic bot setup 2024-12-05 22:59:34 +00:00