Skip to content

Commit

Permalink
Merge pull request #91 from anibalsolon/enh/suggest-introduction
Browse files Browse the repository at this point in the history
feat: suggest introduction cmd and sticky call-to-action
  • Loading branch information
SamucaDev authored Oct 25, 2023
2 parents 7e9dcda + 9345487 commit edfe356
Show file tree
Hide file tree
Showing 8 changed files with 326 additions and 158 deletions.
3 changes: 2 additions & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useAnnounce } from './announce'
import { useBan } from './ban'
import { useColor } from './color'
import { useDaily } from './daily'
import { useIntroduction } from './introduction'
import { resolveIntroduceCommandButtonEvents, useIntroduction } from './introduction'
import { useProfileGet } from './profile/profile_get'
import { useRanking } from './ranking'
import { useUnban } from './unban'
Expand Down Expand Up @@ -116,4 +116,5 @@ export const commandsListener = (client: He4rtClient, interaction: CommandIntera

export const buttonListener = async (client: He4rtClient, interaction: ButtonInteraction) => {
await resolveJudgeCommandButtonEvents(client, interaction)
await resolveIntroduceCommandButtonEvents(client, interaction)
}
Loading

0 comments on commit edfe356

Please sign in to comment.