Update README.md to show if tests are passing
All checks were successful
CI / CI (push) Successful in 16s
All checks were successful
CI / CI (push) Successful in 16s
This commit is contained in:
parent
5ec779b7a9
commit
cddceda3c5
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,5 +1,14 @@
|
||||||
# discord_bot
|
# discord_bot
|
||||||
|
|
||||||
|
|
||||||
|
| name | tests |
|
||||||
|
| -----| ----- |
|
||||||
|
| Github | |
|
||||||
|
|git.silence5k.com (forgejo-runner) | |
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
A modular discord bot written in javascript, using the [discord.js](https://discord.js.org) library.
|
A modular discord bot written in javascript, using the [discord.js](https://discord.js.org) library.
|
||||||
|
|
||||||
This is my second attempt at making a discord bot.
|
This is my second attempt at making a discord bot.
|
||||||
|
@ -24,7 +33,7 @@ You can also change the global prefix.
|
||||||
You should enter you discord user id, so you can use the admin commands.
|
You should enter you discord user id, so you can use the admin commands.
|
||||||
Every time you want to change something in this file, you have to restart the bot.
|
Every time you want to change something in this file, you have to restart the bot.
|
||||||
|
|
||||||
If the config is ever changed, you need to either delete it and repeat the steps above or take a look at the util/createInitialConfig.js file
|
If the config is ever changed, you need to either delete it and repeat the steps above or take a look at the util/createInitialConfig.js file.
|
||||||
|
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
|
|
Loading…
Add table
Reference in a new issue