Skip to content

Commit

Permalink
fix: [critical] ファイル名の修正 (#184)
Browse files Browse the repository at this point in the history
* fix: ファイル名の修正

* fix: [refactor] ファイル名の変更に伴う依存ファイルの参照を変更

* chore: add忘れ

Co-authored-by: raiga0310_arch <[email protected]>
Co-authored-by: ライガー <[email protected]>
  • Loading branch information
3 people authored May 13, 2022
1 parent 644c25a commit 56e07af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/adaptor/discord-sheriff.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Client } from 'discord.js';
import type { Sheriff } from '../service/s**t-the-f**k-up';
import type { Sheriff } from '../service/stfu';
import type { Snowflake } from '../model/id';

export class DiscordSheriff implements Sheriff {
Expand Down
2 changes: 1 addition & 1 deletion src/service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from './kaere';
import { KawaemonHasAllRoles, RoleManager } from './kawaemon-has-all-roles';
import { KokuseiChousa, MemberStats } from './kokusei-chousa';
import { Sheriff, SheriffCommand } from './s**t-the-f**k-up';
import { Sheriff, SheriffCommand } from './stfu';
import {
type TypoObservable,
TypoRecorder,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Sheriff, SheriffCommand } from './s**t-the-f**k-up';
import { type Sheriff, SheriffCommand } from './stfu';
import { type Snowflake } from '../model/id';
import { createMockMessage } from './command-message';

Expand Down
File renamed without changes.

0 comments on commit 56e07af

Please sign in to comment.