chore: updated .gitignore, updated README.md
This commit is contained in:
parent
55ccb175e1
commit
589997c29e
2 changed files with 4 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
### CUSTOM ###
|
||||
/run/
|
||||
/data/
|
||||
data/
|
||||
/.idea/
|
||||
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -4,10 +4,6 @@
|
|||
|
||||
A Discord music bot, written in Kotlin using the kord library.
|
||||
|
||||
[![Latest Release](https://gitlab.com/moonleay/botendo/-/badges/release.svg)](https://gitlab.com/moonleay/botendo/-/releases)
|
||||
[![pipeline status](https://gitlab.com/moonleay/botendo/badges/master/pipeline.svg)](https://gitlab.com/moonleay/botendo/-/commits/master)
|
||||
[![License](https://img.shields.io/badge/license-GPL--3.0-brightgreen)](https://gitlab.com/moonleay/botendo/-/blob/master/LICENSE)
|
||||
|
||||
## Contributors
|
||||
|
||||
[![Developer](https://img.shields.io/badge/moonleay-Developer-red)](https://gitlab.com/moonleay)
|
||||
|
@ -16,9 +12,9 @@ A Discord music bot, written in Kotlin using the kord library.
|
|||
|
||||
- HopeBaron for helping me a lot
|
||||
|
||||
## Known issues
|
||||
## Issues
|
||||
|
||||
- None (currently). Open an issue, report issues to issues@moonleay.net or message moonleay#0001 on Discord
|
||||
- Report issues to issues@moonleay.net or message @moonleay on Discord
|
||||
|
||||
## Commands & Features
|
||||
|
||||
|
@ -63,9 +59,3 @@ A Discord music bot, written in Kotlin using the kord library.
|
|||
|
||||
Install IntellJ and import the project from git.
|
||||
Done.
|
||||
|
||||
## Docker commands 4 me
|
||||
|
||||
- docker run -it -m 2g -v/home/limited_dev/Documents/Code/Botendo/run/data/:/data/:rw limiteddev/botendo:x.x.x
|
||||
- docker build -t limiteddev/botendo:x.x.x .
|
||||
- docker push limiteddev/botendo:x.x.x
|
||||
|
|
Loading…
Reference in a new issue