Skip to content

Change ,history command to use Discord timestamps #58

Change ,history command to use Discord timestamps

Change ,history command to use Discord timestamps #58

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build
run: ./gradlew build