Skip to content

Commit

Permalink
fixes chat commands error
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Jul 24, 2023
1 parent 7100f06 commit d380315
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/send_message/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import twitch from '../../utils/twitch.js';
import {getCurrentUser} from '../../utils/user.js';
import watcher from '../../watcher.js';
import anonChat from '../anon_chat/index.js';
import chatCommands from '../chat_commands/index.js';
import chatTabCompletion from '../chat_tab_completion/index.js';
import emojis from '../emotes/emojis.js';

Expand All @@ -32,7 +31,6 @@ class SendState {
let twitchSendMessage;
const methodList = [
(msgObj) => chatTabCompletion.onSendMessage(msgObj),
(msgObj) => chatCommands.onSendMessage(msgObj),
(msgObj) => anonChat.onSendMessage(msgObj),
(msgObj) => emojis.onSendMessage(msgObj),
];
Expand Down

0 comments on commit d380315

Please sign in to comment.