Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: basslineコマンドの削除 #880

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions docs/commands/bassline.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

- [akakese](akakese.md): 垢消せ。
- [alpha](alpha.md): オ、オオwwwwwwwwオレアルファwwwwwwww最近めっちょふぁぼられてんねんオレwwwwwwwwエゴサとかかけるとめっちょ人気やねんwwwwァァァァァァァwwwクソアルファを見下しながら食べるエビフィレオは一段とウメェなァァァァwwwwwwww
- [bassline](bassline.md): ベースラインパーティー中の臨時ニュースを投稿します。
- [birthday](birthday.md): [毎日 `#general` に投稿されるメッセージ](../features/everyday.md) で掲載される、誕生日関連の設定・確認を行えます。
- [controrandja](controrandja.md): [tochaos コマンド](tochaos.md) のエイリアスコマンドです。
- [getatama](getatama.md): アタマな文章を生成します。
Expand Down
29 changes: 0 additions & 29 deletions src/commands/bassline.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Logger } from '@book000/node-utils'
import { BaseDiscordEvent } from './events'
import { Configuration } from './config'
import { BaseCommand } from './commands'
import { BasslineCommand } from './commands/bassline'
import { PingCommand } from './commands/ping'
import { TmttmtCommand } from './commands/tmttmt'
import { PotatoCommand } from './commands/potato'
Expand Down Expand Up @@ -62,7 +61,6 @@ export class Discord {
public static readonly commands: BaseCommand[] = [
new AkakeseCommand(),
new AlphaCommand(),
new BasslineCommand(),
new BirthdayCommand(),
new ContorandjaCommand(),
new GetAtamaCommand(),
Expand Down