Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
imaron85 authored Jun 20, 2021
1 parent bb9c572 commit 1251989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatClock.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function saveConfig(){

function appendClock(){
//get frame of chat
let chat = BdApi.findModuleByProps("messagesWrapper").messagesWrapper;
let chat = document.getElementsByClassName(BdApi.findModuleByProps("messagesWrapper").messagesWrapper)[0];

if(!chat) return;

Expand Down

0 comments on commit 1251989

Please sign in to comment.