Skip to content

Added the Reload Listener to the Discord Bot #340

Added the Reload Listener to the Discord Bot

Added the Reload Listener to the Discord Bot #340

Workflow file for this run

name: Count Lines of Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cloc
run: sudo apt-get install cloc
- name: Run cloc
run: cloc .