Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
es92 committed May 7, 2024
1 parent 5e194ce commit 032970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const startAutoPosting = async (client, redisClient) => {
const channelId = autoPostSurvey.split(':')[0]
const surveyName = autoPostSurvey.split(':').slice(1).join(':');

console.log('posting', surveyName, 'to', channel);
console.log('posting', surveyName, 'to', channelId);

const messagesToSend = await makeSurveyPost(redisClient, surveyName);
const channel = client.channels.cache.get(channelId)
Expand Down

0 comments on commit 032970a

Please sign in to comment.