mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-27 01:36:24 +00:00
remove logs
This commit is contained in:
parent
4fb5a43a00
commit
15ecf5380a
1 changed files with 0 additions and 2 deletions
|
@ -124,7 +124,6 @@ export default definePlugin({
|
||||||
],
|
],
|
||||||
|
|
||||||
beforeSave() {
|
beforeSave() {
|
||||||
console.log(triggerWords);
|
|
||||||
DataStore.set(WORDS_KEY, triggerWords);
|
DataStore.set(WORDS_KEY, triggerWords);
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
@ -139,6 +138,5 @@ export default definePlugin({
|
||||||
|
|
||||||
async start() {
|
async start() {
|
||||||
triggerWords = await DataStore.get(WORDS_KEY) ?? [""];
|
triggerWords = await DataStore.get(WORDS_KEY) ?? [""];
|
||||||
console.log(triggerWords);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue