Skip to content

Commit

Permalink
delete icon handler
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 8, 2024
1 parent 9da28c6 commit 0c69074
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 69 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/rest": "2.2.0",
"canvas": "^2.11.2",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.77",
"discord.js": "14.14.1",
Expand Down
Binary file removed src/assets/numismatics_icon.png
Binary file not shown.
Binary file removed src/assets/railways_icon.png
Binary file not shown.
66 changes: 0 additions & 66 deletions src/handlers/dynamicIcon.handler.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { buttonHandler } from './handlers/button.handler';
import textCommandHandler from './handlers/textCommand.handler';
import { modalHandler } from './handlers/modal.handler';
import { ChannelType } from 'discord-api-types/v10';
import { dynamicIconHandler } from './handlers/dynamicIcon.handler';
// import { spamHandler } from './handlers/spam.handler';

export const client = new Client({
Expand Down Expand Up @@ -121,7 +120,6 @@ const handlers: Handler[] = [
logHandler,
buttonHandler,
modalHandler,
dynamicIconHandler,
// spamHandler,
];

Expand Down

0 comments on commit 0c69074

Please sign in to comment.