diff --git a/.gitignore b/.gitignore index 49298b8..0cba8fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ ### CUSTOM ### /run/ +/data/ +data/ /.idea/ diff --git a/README.md b/README.md index 487752e..e0f3524 100644 --- a/README.md +++ b/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