Skip to content

Commit

Permalink
feat: バージョンが被るので変更
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lsqn committed Feb 6, 2024
1 parent e67300f commit ce79c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/checkVersion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class extends Module {
private async mentionHook(msg: Message) {
if (msg.text == null) return false;

const query = msg.includes(['サーバーバージョン', 'バージョン', 'バージョン確認', 'バージョンチェック']);
const query = msg.includes(['サーバーバージョン', 'バージョン確認', 'バージョンチェック']);

if (query == null) return false;

Expand Down

0 comments on commit ce79c68

Please sign in to comment.