Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/zod-3.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grantoesterling authored Dec 4, 2023
2 parents 9be9879 + 721ed8e commit a77f986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Classes/ProjectBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ export class ProjectBot {
What are your favorite outputs from ${this.projectName}?
[Explore the full project here](${
artBlocksData.external_url + PROJECTBOT_UTM
getProjectUrl(this.coreContract, this.projectNumber.toString()) +
PROJECTBOT_UTM
})
`
)
Expand Down
2 changes: 2 additions & 0 deletions src/Classes/SchedulerBot.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as dotenv from 'dotenv'
dotenv.config()
import { Channel, Collection } from 'discord.js'
import { ProjectConfig } from '../ProjectConfig/projectConfig'
import { artIndexerBot } from '..'
Expand Down

0 comments on commit a77f986

Please sign in to comment.