mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Move tweetBot to its own package
This commit is contained in:
parent
3ae10aee6d
commit
a1f4e20195
5 changed files with 2 additions and 2 deletions
|
|
@ -3,4 +3,4 @@ built/
|
|||
coverage/
|
||||
**/node_modules/
|
||||
examples/webpack/bundle.js
|
||||
experiments/tweetBot/env/
|
||||
pacakges/tweetBot/env/
|
||||
|
|
@ -52,7 +52,7 @@ export async function tweet(discordClient: Client) {
|
|||
}
|
||||
const output = await spawnPromise(
|
||||
// This will be run from the dist directory
|
||||
path.resolve(__dirname, "../../../tweetBot/tweet.py"),
|
||||
path.resolve(__dirname, "../../../../packages/tweetBot/tweet.py"),
|
||||
[
|
||||
"tweet",
|
||||
md5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue