@@ -8,35 +8,46 @@ runner:
88jobs :
99 auto-moderator :
1010 schedule : noon
11- run : ./run.sh
12- working_dir : bots/auto-moderator
11+ run : bots/auto-moderator/run.sh
1312 log : ~/run/discord-bots/auto-moderator/log
1413
1514 gsc-report :
1615 schedule : " 7am every Sunday"
17- run : ./run.sh
18- working_dir : bots/gsc-report
16+ run : bots/gsc-report/run.sh
1917 env_file : ~/run/discord-bots/gsc-report/env
2018 log : ~/run/discord-bots/gsc-report/log
2119
2220 asakatsu-bot-ask :
2321 schedule : 7PM
24- run : ./run.sh ask
25- working_dir : bots/asakatsu-bot
22+ run : bots/asakatsu-bot/run.sh ask
2623 env_file : ~/run/discord-bots/asakatsu-bot/env
2724 log : ~/run/discord-bots/asakatsu-bot/log
2825
2926 asakatsu-bot-check :
3027 schedule : 8AM
31- working_dir : bots/asakatsu-bot
32- run : ./run.sh check
28+ run : bots/asakatsu-bot/run.sh check
3329 env_file : ~/run/discord-bots/asakatsu-bot/env
3430 log : ~/run/discord-bots/asakatsu-bot/log
3531
32+ <<<<<<< Updated upstream
3633 # joji-bot:
3734 # schedule: "7pm"
3835 # working_dir: bots/joji-bot
3936 # run: ./run.sh
4037 # env_file: ~/run/discord-bots/joji-bot/env
4138 # log: ~/run/discord-bots/joji-bot/log
39+ ||||||| Stash base
40+ joji-bot :
41+ schedule : " 7pm"
42+ working_dir : bots/joji-bot
43+ run : ./run.sh
44+ env_file : ~/run/discord-bots/joji-bot/env
45+ log : ~/run/discord-bots/joji-bot/log
46+ =======
47+ joji-bot :
48+ schedule : " 7pm"
49+ run : bots/joji-bot/run.sh
50+ env_file : ~/run/discord-bots/joji-bot/env
51+ log : ~/run/discord-bots/joji-bot/log
52+ >>>>>>> Stashed changes
4253
0 commit comments