Skip to content

Commit

Permalink
fixes #3428
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Apr 9, 2019
1 parent 204e1cf commit 05b58c4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 391 deletions.
4 changes: 0 additions & 4 deletions src/modules/emotes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ const globalEmotes = require('./global-emotes');
const channelEmotes = require('./channel-emotes');
const personalEmotes = require('./personal-emotes');
const emojis = require('./emojis');
const gamewispGlobalEmotes = require('../gamewisp/global-emotes');
const gamewispSubscriberEmotes = require('../gamewisp/subscriber-emotes');
const frankerfacezGlobalEmotes = require('../frankerfacez/global-emotes');
const frankerfacezChannelEmotes = require('../frankerfacez/channel-emotes');
const settings = require('../../settings');
Expand All @@ -15,8 +13,6 @@ class EmotesModule {
personalEmotes,
globalEmotes,
channelEmotes,
gamewispGlobalEmotes,
gamewispSubscriberEmotes,
frankerfacezGlobalEmotes,
frankerfacezChannelEmotes,
emojis
Expand Down
65 changes: 0 additions & 65 deletions src/modules/gamewisp/global-emotes.js

This file was deleted.

136 changes: 0 additions & 136 deletions src/modules/gamewisp/socket-client.js

This file was deleted.

Loading

0 comments on commit 05b58c4

Please sign in to comment.