Giter VIP home page Giter VIP logo

kaellyhorn's Introduction

KaellyHorn Build Status Known Vulnerabilities Docker Hub

KaellyHorn is a Discord bot dedicated to play nice sounds, available in FR, EN! If you have some questions, suggestions or just want to say hello, come in the support server: Support Server Invite

Add KaellyHorn to your server:

There is no running official instance for this bot but there is solutions to start it on your own!

Use Docker

Here you can find every built docker images and start a container after completing the following docker compose file:

version: '2'
services:
   kaellyhorn:
      image: kaellybot/kaellyhorn:TAG
      container_name: Kaellyhorn
      ports:
      - "8080:8080"
      environment:
      - DISCORD_TOKEN=
      - LANGUAGE=
      - PREFIX=
      - SOUNDS_DIRECTORY=./kaellyhorn/sounds
      volumes:
      - ./volume:/kaellyhorn
volumes:
 kaellyhorn:

Pay attention that you have to provide a directory where the bot can find the sounds (in MP3 format) that will be used as a volume.

By hour hands

If you are fed up with Docker, you can also build this project by following these steps:

  1. Fill the application.properties. Be careful with the sounds directory, it is an external folder!
  2. Build the project with the Maven command mvn package at the root of the project
  3. Take the generated JAR file from target directory
  4. Start it with the Java command java -jar yourOwnBot.jar and here we go!

Kaellybot sounds

You can find the sounds used by previous versions of Kaellybot here. Enjoy :)

License

KaellyHorn is GPL(v3) licensed.

Partners

JetBrains supports this project since the beginning by providing us its products!
Image

Thank you!

The development and the availability of KaellyBot 24/7 generate ongoing cost. Do not hesitate to help the project grow with a donation!
Donate

kaellyhorn's People

Contributors

kaysoro avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.