Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 2.26 KB

README.md

File metadata and controls

105 lines (72 loc) · 2.26 KB

stars watchers forks

TODO

ptbr eng


🟢 PTBR

Descrição do projeto

Tópicos

  1. Requisitos

  2. Como Instalar

  3. Como Executar


Requisitos


Como Instalar

  • Após feita a instalação do Python, basta executar o arquivo setup.py. Uma prompt deve aparecer e instalar todas as dependências.

  • Crie um arquivo .json na pasta src com o nome token.json e coloque o seguinte conteúdo:

{
    "token": "BOT_TOKEN"
}

Como Executar

Simplesmente execute o arquivo main.py e siga as instruções!


🔵 ENG

Project Description

Topics

  1. Requirements

  2. How to Install

  3. How to Run


Requirements


How to Install

  • After installing Python, just run the setup.py file. A prompt should appear and install all dependencies.

  • Create a .json file in src folder, named token.json then put the following content:

{
    "token": "BOT_TOKEN"
}

How to Run

Simply run the file main.py and follow the instructions!