Skip to content

Commit

Permalink
Merge pull request #15 from NITKC22s/develop
Browse files Browse the repository at this point in the history
develop -> main
v3.0.1
  • Loading branch information
Kou-Ro authored Nov 10, 2022
2 parents 4466501 + 073dd8a commit 85a0a5a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
14 changes: 8 additions & 6 deletions commands/general.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { SlashCommandBuilder, EmbedBuilder } = require('discord.js')
const { SlashCommandBuilder, EmbedBuilder , version } = require('discord.js')
const packageVer = require('../package.json')

module.exports =
[
Expand All @@ -13,7 +14,7 @@ module.exports =
.setTitle('ヘルプ')
.setAuthor({
name: "木更津22s統合管理BOT",
iconURL: 'https://cdn.discordapp.com/attachments/994146493567078451/1039390600014860289/Untitled.png',
iconURL: 'https://media.discordapp.net/attachments/1004598980929404960/1039920326903087104/nitkc22io-1.png',
url: 'https://github.com/NITKC22s/bot-main'
})
.setDescription('現在実装されているコマンド一覧です')
Expand All @@ -35,15 +36,15 @@ module.exports =
.setTitle('NITKC統合管理BOT概要')
.setAuthor({
name: "木更津22s統合管理BOT",
iconURL: 'https://cdn.discordapp.com/attachments/994146493567078451/1039390600014860289/Untitled.png',
iconURL: 'https://media.discordapp.net/attachments/1004598980929404960/1039920326903087104/nitkc22io-1.png',
url: 'https://github.com/NITKC22s/bot-main'
})
.setDescription('このbotの概要を紹介します')
.addFields(
[
{
name: 'バージョン情報',
value: 'v3.0.0 ',
value: 'v' + packageVer.version,
},
{
name: '開発者',
Expand All @@ -55,11 +56,12 @@ module.exports =
},
{
name: 'ソースコード',
value: '一部のソースコードはオープンソースとなっています。以下のリンクより参照してください。\n・[Genshin-timer](https://github.com/starkoka/Genshin-Timer)',
value: 'このBOTはオープンソースとなっています。以下のリンクより見ることが可能です。\n・[木更津22s統合管理bot](https://github.com/NITKC22s/bot-main)\n・[Genshin-timer](https://github.com/starkoka/Genshin-Timer)',
},
{
name: '実行環境',
value: 'node.js v19.0.0\ndiscord.js v14.3.0',
value: 'node.js v18.9.0\ndiscord.js v' + version,

},
]
)
Expand Down
14 changes: 7 additions & 7 deletions commands/studyCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports =
.setTitle('データが存在しません')
.setAuthor({
name: "木更津22s統合管理bot",
iconURL: 'https://cdn.discordapp.com/attachments/994146493567078451/1039390600014860289/Untitled.png',
iconURL: 'https://media.discordapp.net/attachments/1004598980929404960/1039920326903087104/nitkc22io-1.png',
url: 'https://github.com/NITKC22s/bot-main'
})
.setDescription('データが存在しないか、破損しています。VCに参加してからもう一度試してください。それでもエラーが起きる場合は、管理者に連絡してください。')
Expand Down Expand Up @@ -76,7 +76,7 @@ module.exports =
dt.setDate(dt.getDate()+1)
for(let i=0;i<7;i++){
dt.setDate(dt.getDate()-1);
month[i] = dt.getMonth();
month[i] = dt.getMonth()+1;
date[i] = dt.getDate();
}

Expand All @@ -85,7 +85,7 @@ module.exports =
.setTitle(user.name + 'の自習室データ')
.setAuthor({
name: "木更津22s統合管理bot",
iconURL: 'https://cdn.discordapp.com/attachments/994146493567078451/1039390600014860289/Untitled.png',
iconURL: 'https://media.discordapp.net/attachments/1004598980929404960/1039920326903087104/nitkc22io-1.png',
url: 'https://github.com/NITKC22s/bot-main'
})
.setThumbnail(user.icon)
Expand Down Expand Up @@ -120,22 +120,22 @@ module.exports =
.setTitle('自習室機能')
.setAuthor({
name: "木更津22s統合管理bot",
iconURL: 'https://cdn.discordapp.com/attachments/994146493567078451/1039390600014860289/Untitled.png',
iconURL: 'https://media.discordapp.net/attachments/1004598980929404960/1039920326903087104/nitkc22io-1.png',
url: 'https://github.com/NITKC22s/bot-main'
})
.setDescription('ボイスチャットに接続している時間を勉強している時間とみなし、勉強時間を記録してくれるツールです。')
.addFields(
{
name:"対象ボイスチャット",
value:"現在は「みんなの自習室」「一人の自習室」の2つが対象となっています。"
value:"現在は「みんなの教室」「一人の自習室」の2つが対象となっています。"
},
{
name:"データ確認方法",
value:"/studydate コマンドを使用してください。なお、一度も記録をしてない場合はデータがないので、対象のボイスチャッチに一度参加してから実行してみてください。"
value:"/studydate コマンドを使用してください。なお、一度も記録をしてない場合はデータがないので、対象のボイスチャットに一度参加してから実行してみてください。"
},
{
name:"ランク",
value:"直近7日間の勉強時間に応じて、ランクが設定されます。ランクは以下のように設定されています。\n\n赤:48時間以上\n橙:42時間以上\n黄:35時間以上\n青:24時間以上\n水:14時間以上\n緑:7時間以上\n茶:3時間以上\n灰:3時間未満"
value:"直近7日間の勉強時間に応じて、ランクが設定されます。ランクは以下のように設定されています。\n\n赤:48時間以上\n橙:42時間以上\n黄:35時間以上\n青:24時間以上\n水:14時間以上\n緑:7時間以上\n茶:3時間以上\n灰:3時間未満\n\n小数点以下切り捨てで表示しているため、必ずしも合計が一致するとは限りません。"
}


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"name": "nitkc-main",
"description": "",
"version": "3.0.0",
"version": "3.0.1",
"main": "botmain.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node .",
Expand Down
2 changes: 1 addition & 1 deletion timetable/timetableUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { EmbedBuilder } =require('discord.js')

const tmp = new EmbedBuilder().setAuthor({
name: "木更津22s統合管理BOT",
iconURL: 'https://cdn.discordapp.com/attachments/994146493567078451/1039390600014860289/Untitled.png',
iconURL: 'https://media.discordapp.net/attachments/1004598980929404960/1039920326903087104/nitkc22io-1.png',
url: 'https://github.com/NITKC22s/bot-main'
}).setFooter({ text: 'Developed by NITKC22s server Admin' });
const dayOfWeeks = ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"]
Expand Down

0 comments on commit 85a0a5a

Please sign in to comment.