We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bba5d6 commit 8b5a6ddCopy full SHA for 8b5a6dd
src/Modules/VCNotifyManager.ts
@@ -42,6 +42,7 @@ class VCNotifyManagerClass {
42
return false;
43
} else {
44
this.watchers.push([watchedId, notifiedId]);
45
+ this.logToggle(watchedId, notifiedId, true);
46
47
return true;
48
}
@@ -108,7 +109,7 @@ class VCNotifyManagerClass {
108
109
});
110
111
Webhooks.execute(Webhooks.ids.vcNotifyLog, {
- avatarUrl: watched.client.user?.avatarUrl,
112
+ avatarUrl: client.user!.avatarUrl,
113
embed: {
114
title: `VC Notification Toggled`,
115
author: {
0 commit comments