Skip to content

Commit

Permalink
Better name
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcr4lyf committed Sep 8, 2022
1 parent 46ba3b1 commit 12cb017
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/index.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

import { Command } from 'commander';
import { loadConfig, makeConfigIfNotExist } from '../build/utils/directory.js';
import { loadConfig, makeConfigIfNotExist } from '../build/utils/configV2.js';
import { loginV2 } from '../build/qbittorrent/auth.js';
import { sendMessageV2 } from '../build/discord/api.js'
import { buildTorrentAddedBody } from '../build/discord/messages.js'
Expand Down
8 changes: 8 additions & 0 deletions build/qbittorrent/api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/racing/add.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions build/utils/configV2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit 12cb017

Please sign in to comment.