Skip to content

Commit d4a1035

Browse files
committed
📝 Update README file
1 parent aa6d1b7 commit d4a1035

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Structure-Discord-Bot [![Stars](https://img.shields.io/github/stars/meliooff/Structure-Discord-Bot)](https://github.com/meliooff/Structure-Discord-Bot) [![Codefactor](https://www.codefactor.io/Content/badges/APlus.svg)](https://www.codefactor.io/repository/github/meliooff/structure-discord-bot)
1+
# Structure-Discord-Bot [![Stars](https://img.shields.io/github/stars/antoinemcx/Structure-Discord-Bot)](https://github.com/antoinemcx/Structure-Discord-Bot) [![Codefactor](https://www.codefactor.io/Content/badges/APlus.svg)](https://www.codefactor.io/repository/github/antoinemcx/structure-discord-bot)
22

3-
Command, slash command & event handler by [Mélioᴼᶠᶠ](https://github.com/meliooff) - Bot Discord (v13.X.X)
3+
Command, slash command & event handler by [Melio](https://github.com/antoinemcx) - Bot Discord (v14.X.X)
44
Moreover, the command and slash commands handlers contain a permissions checker and a cooldown checker ;
55
For better referencing, please add a star on the repository
66

77

8-
# Configuration
8+
## Setup the project
99

10-
The configuration file named **config.js** have to content the token of your discord bot, its prefix and the IDs of all other owners (or just yours).
10+
The configuration file named **config.js** have to content yout bot's token and prefix, and the IDs of all other owners (or just yours).
1111
```js
1212
module.exports = {
1313
token: 'THE_BOT_TOKEN',
@@ -16,31 +16,32 @@ module.exports = {
1616
owner: [ "YOUR_DISCORD_ID" ],
1717
};
1818
```
19-
ᅠᅠ
2019

21-
# Commands
20+
### Installation
2221

23-
**Installation**
24-
> `npm install`
22+
```sh
23+
$ npm install
24+
```
2525

26-
**Register slash commands**
27-
> `node slash.js`
26+
### Register slash commands
2827

29-
**Start the bot**
30-
> `node index.js`
28+
```sh
29+
$ npm run slash
30+
```
3131

32-
# Errors
32+
### Start the bot
3333

34-
For any errors found, please contact me [here](https://discord.com/invite/G6WQsMQShZ) for exemple or do a pull request.
34+
```sh
35+
$ npm run start
36+
```
37+
38+
39+
## More
3540

36-
# License
37-
This repository is licensed under the MIT License. See the `LICENSE` file ([here](https://github.com/meliooff/Structure-Discord-Bot/blob/master/LICENSE)) for more information.
38-
ᅠᅠ
41+
For any errors found, please contact me [here](https://discord.com/invite/G6WQsMQShZ) for exemple or do a pull request.
3942

43+
### License
44+
This repository is licensed under the MIT License. See the `LICENSE` file ([here](https://github.com/antoinemcx/Structure-Discord-Bot/blob/master/LICENSE)) for more information.
4045

41-
# Table of contents
42-
* [Introduction](#Structure-Discord-Bot)
43-
* [Configuration](#Configuration)
44-
* [Commands](#Commands)
45-
* [Errors](#Errors)
46-
* [License](#License)
46+
47+
###### Made with ❤️ by [meliooff](https://github.com/antoinemcx) in JavaScript.

0 commit comments

Comments
 (0)