Skip to content

Commit

Permalink
fix data colector
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyou-Izumi committed Nov 8, 2023
1 parent 6d7eaab commit 0beb860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-owo-selfbot",
"version": "2.2.5",
"version": "2.2.6",
"description": "Ain't the best OwO Tool Farm, but worth a try (why not?)",
"type": "module",
"exports": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/DataCollector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ export const collectData = async (data:{[key:string]: Configuration}) => {
autodaily,
autosell,
autoother,
autoreload,
autosleep,
autoreload,
autoresume
)
data[`${client.user?.id}`] = conf
Expand Down

0 comments on commit 0beb860

Please sign in to comment.