Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
femshima committed Jun 18, 2024
1 parent 9717051 commit ad18d3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import { handleCreateNotify, handleOwnerClose } from './handleCreateNotify.js'
import { handleReopenNotify } from './handleReopenNotify.js'
import { onInterval } from './onInterval.js'
import { forumChannelSettings } from './forum.js'
import {
fetchStarterMessageOrNull,
lockThreadForNoStarter,
} from './starter.js'
import { fetchStarterMessageOrNull, lockThreadForNoStarter } from './starter.js'
import { handleReactionClose } from './handleReactionClose.js'
import { handleLock } from './handleLock.js'
/**
Expand Down

0 comments on commit ad18d3e

Please sign in to comment.