Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
readme: remove useless info
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Apr 3, 2023
1 parent db5935b commit 140e1d3
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Royaume Discord Bot
It is the bot of our Discord community, it offers various utility features. It is written in TypeScript and uses the DiscordJS package to interact with the Discord API.

## Setup
### Node & NPM
You must have NodeJS and NPM installed on your PC with this versions :
| NodeJS | NPM |
| ------ | --- |
| 18.X | 8.X |
It is the bot of our Discord community, it offers various utility features. It is written in TypeScript and uses DiscordJS to interact with the Discord API.

### Environment variables
You must set this environment variables in your .env file :
Expand All @@ -18,14 +11,10 @@ BOT_TOKEN="your token"
GITHUB_TOKEN="your GitHub PAT (personal access token)"
# Royaume API :
API_LINK=https://dev-api.royaume.world
API_LINK="https://dev-api.royaume.world"
API_TOKEN="get the API token in our Discord"
```

### Recommended VSCode extensions
- [GraphQL](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)

## Usage
### File strucure for auto-loading
```
Expand Down

0 comments on commit 140e1d3

Please sign in to comment.