Skip to content

Commit

Permalink
aaded secrets.swift for succesful build
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Mar 30, 2024
1 parent c9585d9 commit 7836766
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file not shown.
17 changes: 17 additions & 0 deletions AnimeGen/Secrets.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// Secrets.swift
// AnimeGen
//
// Created by cranci on 03/03/24.
//

import Foundation

struct Secrets {
static let apiToken = "Bot TokenHEREHEREHERE"

static let discordWebhookURL = URL(string: "YourWebhookUrl")!

static let discordChannelId = "YourChannelIdHere"
}

0 comments on commit 7836766

Please sign in to comment.