Skip to content

Commit

Permalink
chore: new url based on regex
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Aug 31, 2023
1 parent 97bf63b commit 8188a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/DiscordBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const ServerListDiscordBot = new Discord.Client({
intents: []
})

const dummyURL = 'https://canary.discord.com/api/webhooks/1146793872329023489/f8ZhcQTazY4t9kSk0KIVks1PIopYRW71Uowqn5w1QRaVVC_ApbOnUlIHjqhtvUsdqCnJ'
const dummyURL = 'https://discord.com/api/webhooks/123123123123123123/asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdf'

export const webhookClients = {
bot: new Discord.Collection<string, Discord.WebhookClient>(),
Expand Down

0 comments on commit 8188a2e

Please sign in to comment.