Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Update README.md #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
![repo size](https://img.shields.io/github/repo-size/notavone/discord-panel.svg?style=for-the-badge)
![forks](https://img.shields.io/github/stars/notavone/discord-panel?style=for-the-badge)

## What makes this special ? 💎

* ⌛ **Easy installation :** clone the repository, unzip and open [the panel](../index.html).
* 🔒 **Security :** your bot token is stocked locally, no risk of it being stolen.
* 📌 **User Friendly :** intuitive design, don't spend hours figuring out how to do something.
* 👀 **Open source :** you have an idea ? Just take the code and build something out of it !
* 🌍 **Worldwide :** you can help translate in your language !

## Installation

1. Download the latest [release](https://github.com/Notavone/discord-panel/releases)
2. Extract it with WinRAR, 7zip, WinZip...
3. Go to the [Discord Developer Portal](https://discord.com/developers/applications) and grab your bot token
4. Open [index.html](../index.html)
5. Paste your token, click <kbd>ok</kbd> or hit <kbd>enter</kbd>
6. Voila !

## How to contribute

Please refer to [CONTRIBUTION.md](CONTRIBUTION.md)
## Changelog

### Version 1.3.10
Expand Down Expand Up @@ -74,26 +94,6 @@
* **New** Turkish translation by LevantHAN
* **Removed** `deleteMessage()` & `editMessage()` and moved the code into their matching discord events

## What makes this special ? 💎

* ⌛ **Easy installation :** clone the repository, unzip and open [the panel](../index.html).
* 🔒 **Security :** your bot token is stocked locally, no risk of it being stolen.
* 📌 **User Friendly :** intuitive design, don't spend hours figuring out how to do something.
* 👀 **Open source :** you have an idea ? Just take the code and build something out of it !
* 🌍 **Worldwide :** you can help translate in your language !

## Installation

1. Download the latest [release](https://github.com/Notavone/discord-panel/releases)
2. Extract it with WinRAR, 7zip, WinZip...
3. Go to the [Discord Developer Portal](https://discord.com/developers/applications) and grab your bot token
4. Open [index.html](../index.html)
5. Paste your token, click <kbd>ok</kbd> or hit <kbd>enter</kbd>
6. Voila !

## How to contribute

Please refer to [CONTRIBUTION.md](CONTRIBUTION.md)

## How to translate

Expand Down