Skip to content

Commit 8b5a6dd

Browse files
committed
Forgot one line
1 parent 6bba5d6 commit 8b5a6dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Modules/VCNotifyManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class VCNotifyManagerClass {
4242
return false;
4343
} else {
4444
this.watchers.push([watchedId, notifiedId]);
45+
this.logToggle(watchedId, notifiedId, true);
4546

4647
return true;
4748
}
@@ -108,7 +109,7 @@ class VCNotifyManagerClass {
108109
});
109110

110111
Webhooks.execute(Webhooks.ids.vcNotifyLog, {
111-
avatarUrl: watched.client.user?.avatarUrl,
112+
avatarUrl: client.user!.avatarUrl,
112113
embed: {
113114
title: `VC Notification Toggled`,
114115
author: {

0 commit comments

Comments
 (0)