Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushitora-anqou/daidoquer3
ddq3 is always with you
https://github.com/ushitora-anqou/daidoquer3
Last synced: about 1 month ago
JSON representation
ddq3 is always with you
- Host: GitHub
- URL: https://github.com/ushitora-anqou/daidoquer3
- Owner: ushitora-anqou
- License: mit
- Created: 2021-09-13T11:26:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T15:26:27.000Z (about 2 years ago)
- Last Synced: 2024-05-01T16:53:50.145Z (9 months ago)
- Language: TypeScript
- Size: 282 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daidoquer3
## Dependencies
- Node.js 16.x
- Yarn 1.22.5
- Python >= 2
- need `python` in your $PATH
- make
- (Optional) yl-dlp dependencies
- see yl-dlp's README## How to start
- make your discord bot at Discord Developer Portal
- permissions
- OAuth2.0
- bot (investigating...)
- send messages
- manage messages
- read message history
- connect
- speak
- video
- applications.commands
- invite your discord bot to your channel with above permissions
- clone and setup daidoquer3
```
git clone [email protected]:ushitora-anqou/daidoquer3 -r
yarn (or npm install)
```
- configure config/config.json referrencing config/config.sample.json
- `yarn start`
- type `!deploy` (by default) in your discord channel### start
`yarn start`
### build
`yarn run build` or `yarn run watch`
### linting
`yarn run lint-check`(only checking) or `yarn run lint`(allow overwriting)
or use prettier-plugin compatible for your editor.### testing
TBD