Skip to content

Commit

Permalink
update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma committed Nov 30, 2024
1 parent 17268fd commit 364aafc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### Order (a picture of) anything (within reason) from your Discord server! Powered by real life humans!

[Invite Serverdash to your server](https://discord.kitchen/) to order something! You can also [join the kitchen](https://discord.kitchen/kitchen) to help fill orders (or if you need help, or if you just want to be there :)!
[Invite Serverdash to your server](https://dsc.kitchen/) to order something! You can also [join the kitchen](https://dsc.kitchen/kitchen) to help fill orders (or if you need help, or if you just want to be there :)!

## Self-hosting

Expand Down
6 changes: 3 additions & 3 deletions src/modules/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ bot.addGlobalCommand(
const actionRow = new ActionRowBuilder<ButtonBuilder>().addComponents([
new ButtonBuilder()
.setLabel("Privacy")
.setURL("https://discord.kitchen/privacy")
.setURL("https://dsc.kitchen/privacy")
.setStyle(ButtonStyle.Link),
new ButtonBuilder()
.setLabel("Open-source on GitHub")
.setURL("https://discord.kitchen/git")
.setURL("https://dsc.kitchen/git")
.setStyle(ButtonStyle.Link),
new ButtonBuilder()
.setLabel("Roadmap")
.setURL("https://discord.kitchen/board")
.setURL("https://dsc.kitchen/board")
.setStyle(ButtonStyle.Link),
new ButtonBuilder()
.setLabel("Invite to your server")
Expand Down
2 changes: 1 addition & 1 deletion src/modules/reject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bot.registerModal(/order:(\d+):reject:modal/, async (interaction) => {
order.guildId,
order.channelId,
order.statusMessageId,
`Your order has been rejected by the kitchen\n\n${reason}\nplease review the order rules: https://discord.kitchen/rules`
`Your order has been rejected by the kitchen\n\n${reason}\nplease review the order rules: https://dsc.kitchen/rules`
);
const orderRejectionEmbed = new EmbedBuilder()
.setTitle(`Order from **${order.customerUsername}**`)
Expand Down

0 comments on commit 364aafc

Please sign in to comment.