Skip to content

Commit

Permalink
content: add getting-started page
Browse files Browse the repository at this point in the history
Add a stub for "Getting Started", an introduction to the bot and how to
add it.

As of now, it just explains how to add the bot and to consider changing
the prefix, as well as enabling all commands.

Side Note:
Due to reasons I cannot explain we keep images used in the respective
articles *next* to them. That way (at least as far as I can tell), they
both work during local development and production.

Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Dec 20, 2023
1 parent 19cb1c9 commit 8cd8187
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Binary file added content/all_commands_enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions content/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
+++
title = 'Getting Started'
weight = 1
+++

## Adding The Bot

{{% notice info %}}

You need to have the **Manage Server** permission to add the bot to your server.

{{% /notice %}}

1. Go to <https://yagpdb.xyz/manage>
2. Click on **Login with Discord** in the top-left corner
3. Authorize the application to know what servers you are in
4. Select the server you want to add the bot to in the dropdown menu

## First Steps

Before doing anything, you should first take a closer look at the Control Panel you just opened. It is the main
interface for configuring the bot, and is where you will spend most of your time. Visit a few subpages to get a feel for
the navigation and layout.

Afterward, visit the Commands tab (`Core > Command settings`) and make sure that the default prefix (`-`) does not
conflict with other bots you may have. Also make sure to enable all commands, such that you can actually use YAGPDB.

!["All commands enabled". A green switch with the button on the right is shown. Further right of said switch is the label.](all_commands_enabled.png)

0 comments on commit 8cd8187

Please sign in to comment.