Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 authored Mar 3, 2024
1 parent 17c35ce commit 8cc66ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ Now you need to create a new file called: Secrets.swift, in this file you need t
import Foundation

struct Secrets {
static let apiToken = "Bot BotToken" // Replace BotToken with the token of the discord bot
static let apiToken = "Bot Token" // Replace Token with the token of the discord bot

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

static let discordChannelId = "Your ChannelId Here"
static let discordChannelId = "YourChannelIdHere"
}
```

Expand Down

0 comments on commit 8cc66ba

Please sign in to comment.