Fixed worker termination and result retrieving
This commit is contained in:
@@ -24,6 +24,9 @@ const updateChannelID = process.env.BOT_UPDATE_CHANNEL_ID;
|
||||
const socialChannelID = process.env.SOCIAL_CHANNEL_ID
|
||||
const welcomeChannelID = process.env.WELCOME_CHANNEL_ID
|
||||
|
||||
const testGuildID = process.env.TEST_GUILD_ID;
|
||||
const testUserID = process.env.TEST_USER_ID;
|
||||
|
||||
const filePath = ".instagram_client_tokens.json";
|
||||
|
||||
const usersToken = new UsersToken(filePath)
|
||||
@@ -41,6 +44,8 @@ export const data = {
|
||||
updateChannelID,
|
||||
socialChannelID,
|
||||
welcomeChannelID,
|
||||
testGuildID,
|
||||
testUserID,
|
||||
instagramTokenManager,
|
||||
nameCardTemplate
|
||||
//tiktokTokenManager
|
||||
|
||||
Reference in New Issue
Block a user