mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +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() {
|
||||
console.log(triggerWords);
|
||||
DataStore.set(WORDS_KEY, triggerWords);
|
||||
return true;
|
||||
},
|
||||
|
@ -139,6 +138,5 @@ export default definePlugin({
|
|||
|
||||
async start() {
|
||||
triggerWords = await DataStore.get(WORDS_KEY) ?? [""];
|
||||
console.log(triggerWords);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue