From b9829fc7926be5c9caa8a59e121f42a3da9f07b5 Mon Sep 17 00:00:00 2001 From: holybaechu Date: Fri, 23 Feb 2024 02:17:37 +0900 Subject: [PATCH] Create `Link` Component --- src/components/Link.svelte | 7 +++++++ src/routes/+page.svelte | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 src/components/Link.svelte diff --git a/src/components/Link.svelte b/src/components/Link.svelte new file mode 100644 index 0000000..9961ead --- /dev/null +++ b/src/components/Link.svelte @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 50bb957..7696790 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -5,6 +5,7 @@ @@ -37,13 +38,13 @@
- We will work hard to ensure that our bot is always ready to send notifications when someone boosts your server. You can find our status page here. + We will work hard to ensure that our bot is always ready to send notifications when someone boosts your server. You can find our status page here. You can customize the image of the embed and DM messages sent to booster to fit your server's style. - You can change the language of the bot's reponses, command names and descriptions to ensure that your server members can use the bot in their own language. If you're missing a language, you can apply as a translator on our support server. + You can change the language of the bot's reponses, command names and descriptions to ensure that your server members can use the bot in their own language. If you're missing a language, you can apply as a translator on our support server. You can manage which roles will be given to the booster and which channel will the notifications be sent to with just one command. @@ -52,7 +53,7 @@ You can simulate a boost to test if the bot is working correctly and to see how your notification configuration will look like. - We have a dedicated support server where you can ask for help and we will respond as soon as possible. To report bugs or suggest new features use our feedback app. + We have a dedicated support server where you can ask for help and we will respond as soon as possible. To report bugs or suggest new features use our feedback app.
\ No newline at end of file