Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 841 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 841 Bytes

abebot

Bot of @averak

Usage

Say message contains trigger word ("あべ", "アベ", "阿部", etc.), then abebot says @averak's word.

Trigger word availabe in triggers.txt, and @averak's word availabe in abe.txt.

Discord

Invite abebot with this link.

Contribution

Add abe word / trigger word

  1. Fork this repository
  2. Add new abe word / trigger word
  3. Sort lines with deno run --allow-read --allow-write sort-txt.ts to avoid duplication
  4. Commit and send PR!

Enhance / fix program

  1. Fork this repository
  2. Fix program
  3. Run deno lint and deno fmt
  4. Commit and send PR!