You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
# If no users interact with a bot in Discrod for more than a week, the bot will automatically go offline.
# This Github workflow automatically pings the AI chat bots developed by Katorly Lab every Sunday and Wednesday in the Katorly Lab Discord server to prevent them going offline.
name: "Keep AI Bots Alive on Discord"
on:
schedule:
# Run at 16:00 every Sunday and Wednesday.
- cron: '0 16 * * 0,4'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Keep AI Bots developed by Katorly Lab alive on Discord