Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

azisaba/yomiage.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yomiage.js

This is Discord bot program. It makes it possible to read a message sent by user in Voice Channel instead User.

You can use with docker-compose. A docker-compose.yml is located in example directory. You need to change volume path for saving dictionary data.

Install with docker-compose

  1. make data folder ,and put config.yml and google.json(google cloud auth key)
  2. run docker-compose up -d

Develop

Git branch

This repository adopts git-flow.

Template

<type>/<subject>

Type

  • feature: A new feature branch
  • release: A pre-release branch including a batch of feature branches
  • hotfix: Fix a high-priority bug. checkout master

Git commit

Template

<type>: <subject>

Type

  • feat: A new feature
  • change: Change a feature or remove
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

License

Apache-2.0 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •