Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
/ FiFi Public archive

A simple Discord LoFi bot written in discord.js

License

Notifications You must be signed in to change notification settings

Jotrorox/FiFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiFi

GitHub Top Language Badge GitHub Language Count Badge GitHub Repository Size Badge GitHub License Badge GitHub Issues Badge GitHub Stars Badge

🚧 FiFi 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Getting Started   |   TOS   |   License   |   Author


🎯 About

Just a simple Discord Bot that provides a simple music bot.
If you want to just use the bot, already hosted and configured click the Link!
If you use the Bot at all you agree to the TOS.

✨ Features

✔️ Slash Commands
✔️ Streaming LoFi
✖️ XP System
✔️ Simpler Docker Deploy

🚀 Technologies

The following tools were used in this project:

✅ Development Requirements

Before starting 🏁, you need to have Git, FFMPEG and NodeJS installed.

🏁 Starting (Development Setup)

# Clone this project
$ git clone https://github.com/Jotrorox/FiFi

# Access
$ cd FiFi

# Install dependencies
$ npm install

# Add the bot Token to env on Windows
$ set DISCORD_TOKEN=<yourDiscordToken>
# Add the bot Token to env on Linux/macOS
$ export DISCORD_TOKEN=<yourDiscordToken>

# Run the project
$ npm run dev

If you encounter Problems just hit me up, I'm happy to help you get started
You can do that over matrix: @jotrorox:matrix.org or Discord: https://discord.gg/RVr4cceFUt

💨 Getting Started with Docker

I will explain the Docker way here so please ensure you have Docker installed!

# Pull the project
$ docker pull jotrorox/fifi

# Start the bot
$ docker run -e DISCORD_TOKEN=<yourDiscordToken> jotrorox/fifi

TOS

If you use this bot on your Server you agree to moderating, which songs are played and banning users accordingly, if the Played songs are against any of Discords TOS or Law policies. Neither the Developer nor the Hoster or Provider of the Bot are responsible if any forbidden things are played using this bot. The Discord Server Owner takes the full responsibility for all songs played using thing this song if they conflict with any TOS or policies.

📝 License

This project is under the MIT License. For more details, see the LICENSE file.

Made with ❤️ by Jotrorox

 

Back to top