Skip to content

Commit

Permalink
Merge pull request #101 from Klimatbyran/feat/rm-pdf-slash-command
Browse files Browse the repository at this point in the history
remove /pdf command
  • Loading branch information
Greenheart authored May 2, 2024
2 parents bd18eb5 + 11ae65b commit df07b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
3 changes: 1 addition & 2 deletions src/discord/commands/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ping from './ping'
import pdf from './pdf'
import pdfs from './pdfs'
import parse from './parse'

export default [ping, pdf, pdfs, parse]
export default [ping, pdfs, parse]
54 changes: 0 additions & 54 deletions src/discord/commands/pdf.ts

This file was deleted.

0 comments on commit df07b16

Please # to comment.