-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from chasyumen/dev-2.4.3
2.4.3 update
- Loading branch information
Showing
9 changed files
with
296 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,4 +103,5 @@ dist | |
# TernJS port file | ||
.tern-port | ||
|
||
test/ | ||
test/ | ||
config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# いらっさいbot | ||
Discordの新・いらっさいbotのv2です | ||
|
||
[Botを招待](https://discord.com/api/oauth2/authorize?client_id=829461650661703728&permissions=276555983873&scope=bot%20applications.commands) | ||
[Botを招待](https://discord.com/api/oauth2/authorize?client_id=829461650661703728&permissions=276555983873&scope=bot%20applications.commands) | ||
|
||
ソースコードを動作させるには、config.json.sampleをコピーしてconfig.jsonを設定、.env.sampleをコピーして.env.sampleを作成する必要があります。 | ||
ソースコード関連の質問は受け付けていませんので自分で検索等をしてやり方を探してください。 | ||
|
||
**ライセンスにも書いてある通り、このソースコードの使用で発生した損害等の責任は一切負いません。** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"adminids": [ | ||
"614305573827117066" | ||
], | ||
"modids": [ | ||
"794119190793420810" | ||
], | ||
"colors": { | ||
"default_color": 3407689, | ||
"error_color": 16711680 | ||
}, | ||
"credits": "Made by chasyumen", | ||
"default_color": 3407689, | ||
"logs": "994619401447931945" | ||
} |
Oops, something went wrong.