Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Sep 3, 2024
1 parent 0e3307a commit 9474cdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion packages/docs/pages/development/meme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export const takopi: MemeTemplate<
commandNames: ['takopi'],
description:
'「〜、出して」\n`-f` で教員と自分の名前の位置を反対にします。\n`-c <教員の名前> <出すもの>`で教員の名前も変更可能です。',
flagsKeys: takopiFlags
flagsKeys: takopiFlags,
optionsKeys: takopiOptions
// ...
};
```
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/references/commands/judge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { CommandArgs } from '../../../src/organisms/command-args';
{
name: '判定結果',
about: 'アニメーション終了後の判定を指定します。',
defaultValue: <code>'AC'</code>
defaultValue: <code>&quot;AC&quot;</code>
},
{
name: '全失敗',
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/pages/references/commands/meme/koume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import { CommandArgs } from '../../../../src/organisms/command-args';

`!koume 課題を出そう 通信制限で間に合いません`

```
>> 課題を出そうと思ったら〜♪
```text
課題を出そうと思ったら〜♪
通信制限で間に合いませんでした〜♪
チクショー!! #まいにちチクショー
チクショー!! #まいにちチクショー
```
2 changes: 0 additions & 2 deletions packages/docs/pages/references/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: 'リファレンス'

import { Link } from 'gatsby';

import { VersionBadge } from '../../src/molecules/version-badge';

# はじめに

新生はらちょ (OreOreBot2) は限界開発鯖で利用できる Discord Bot です。このボットには主に以下の 2 種類の機能があります。
Expand Down

0 comments on commit 9474cdc

Please sign in to comment.