Skip to content

Commit

Permalink
refactor: reorganize directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Robso-creator committed Jan 24, 2024
1 parent 4d2dce9 commit 5a146b3
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -9,4 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.0
2 changes: 1 addition & 1 deletion README-en.md → docs/README-en.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ For the bot to function properly, some tokens need to be provided. Below, you ca
1. Be logged into the [platform](https://discord.com/).
2. Access the [developer portal](https://discord.com/developers/applications).
3. Click on the "New Application" button in the upper right corner:
![img.png](new_application_img.png)
![img.png](../static/new_application_img.png)
4. Go to the "Bot" tab and click "Add Bot".
> Keep the default settings for Public Bot (checked) and Require OAuth2 Code Grant (unchecked).
5. Copy the Token; it will be used for bot authentication.
2 changes: 1 addition & 1 deletion README.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ a seguir poderá entender como gerá-las
1. Esteja logado na [plataforma](https://discord.com/);
2. Acesse a [página de desenvolvedores](https://discord.com/developers/applications);
3. Clique no botão de "Nova Aplicação" no canto superior direito:<br>
![img.png](new_application_img.png)
![img.png](../static/new_application_img.png)
4. Vá até a aba “Bot” e clique em “Add Bot”;
>Mantenha as configurações padrão para Public Bot (marcado) e Require OAuth2 Code Grant (desmarcado).
5. Copie o Token, ele será utilizado para a autenticação do seu bot.<br>
1 change: 0 additions & 1 deletion main.py → src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import random

import discord

import settings

intents = discord.Intents.default()
File renamed without changes.
File renamed without changes

0 comments on commit 5a146b3

Please sign in to comment.