Skip to content

Commit

Permalink
Revert "Feat: Add $chatMessageTextOnly variable"
Browse files Browse the repository at this point in the history
Revert "Feat: Add $chatMessageTextOnly variable"
  • Loading branch information
SReject committed Jun 29, 2024
2 parents 3990d3a + a4e0d1f commit e743923
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions src/backend/variables/builtin/twitch/chat/message/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import chatMessageAnimatedEmoteUrls from './chat-message-animated-emote-urls';
import chatMessageEmoteNames from './chat-message-emote-names';
import chatMessageEmoteUrls from './chat-message-emote-urls';
import chatMessageTextOnly from './chat-message-text-only';
import chatMessage from './chat-message';
import chatColor from './chat-user-color';

Expand All @@ -14,7 +13,6 @@ export default [
chatMessageAnimatedEmoteUrls,
chatMessageEmoteNames,
chatMessageEmoteUrls,
chatMessageTextOnly,
chatMessage,

chatColor,
Expand Down

0 comments on commit e743923

Please sign in to comment.