Move tweetBot to its own package

This commit is contained in:
Jordan Eldredge 2020-05-17 22:21:00 -07:00
parent 3ae10aee6d
commit a1f4e20195
5 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@ built/
coverage/
**/node_modules/
examples/webpack/bundle.js
experiments/tweetBot/env/
pacakges/tweetBot/env/

View file

@ -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,