Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nich87/discord.js-v13-template
Discord.js(v13) Template
https://github.com/nich87/discord.js-v13-template
discord discord-js
Last synced: about 1 month ago
JSON representation
Discord.js(v13) Template
- Host: GitHub
- URL: https://github.com/nich87/discord.js-v13-template
- Owner: Nich87
- License: mit
- Created: 2021-11-15T13:30:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T08:59:33.000Z (over 2 years ago)
- Last Synced: 2024-11-04T01:42:08.785Z (3 months ago)
- Topics: discord, discord-js
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# はじめに
**__このテンプレートは共同開発Discord bot "Himari(陽葵)"のコア部を一部改変/機能削減したものとなります。__**> 開発メンバー
- [影桜](https://github.com/kage-sakura)氏
- [まめたろう](https://github.com/Mametaro-discord)氏
- [とうちん](https://github.com/Nich87)**警告**
> このテンプレートは予告なく削除される場合があります。> コマンドの登録はREST Clientやその他方法にて自前で登録する必要があります。
> 問題があればIssueやPull Requestをお願いします。
> repl.it環境等、一部環境にて正常に動作しない場合があります(require等)
**使い方**
`commands`
|-- `intraction` / some / **`コマンドの名前`**.js
|-- `message` / **`コマンドの名前`**.js
```bash
#起動用コマンド(package.json要確認)
node src/index.js
```随時更新中...