Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.52 KB

README.md

File metadata and controls

60 lines (46 loc) · 1.52 KB

TC-Bot

a simple Discord bot for the mobile game Ark of War

Table of Contents
  1. Getting Started
  2. Usage

Getting Started

As you might have noticed I am too lazy to set this up properly yet... sooo it'll be just an empty template for now. To be filled later ofc =) EVERYTHING BELOW HERE IS JUST A TEMPLATE!

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)