Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Zerbaib/HitRadio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitRadio

🎧 Experience the immersive world of HitRadio, a 24/7 Moroccan Discord Bot that brings the energetic vibes of the renowned HitRadio Radio Station directly to your voice channel. Whether you're hanging out with friends or diving into your work, HitRadio is your perfect companion for an elevated audio experience.

Stay connected with HitRadio's cutting-edge features, including real-time song information, interactive commands, and a friendly community of music enthusiasts. Whether you're a music lover, a party enthusiast, or a radio aficionado, HitRadio is here to elevate your Discord experience.

🔗 You can find this bot here, or you can invite it from here.

Execute /help of the bot to view all available commands!


Installation

1️⃣ Clone this repository.

git clone https://github.com/ExceptedPrism3/HitRadio.git

⚠️ You must have "git" installed on your machine to be able to use this command.

2️⃣ Download & Install these packages:

  • Discord.py
pip install discord.py==1.7.3

⚠️ Due to some complications with the latest version's intents settings, this bot must have this specific version to work properly.

  • PyCord
pip install py-cord==2.0.0

⚠️ Same issue as above

  • Python 3.10 or Higher

  • Discord.py

pip install discord.py 
  • LavaLink
pip install lavalink

3️⃣ Create a folder named private and change your directory to it and do the following:

  • Upload the latest release of Lavalink.jar.
  • Create a file named application.yml and fill it with this example. Since this bot streams from a link it only requires http enabled in the sources section.
  • Create a file named essentials.py with the following structure:
BOT_OWNER_ID = Owner_of_the_Bot_ID

BOT_TOKEN = 'Bot_Token'

BOT_STATUS = ['Your_status', 'example']

STREAM_LINK = 'Stream_Link'

BOT_PREFIX = 'Bot_Prefix'

BOT_INVITE = 'Bot_Invite_Link'

VOTE = 'Top_GG_vote_link_or_any_other_vote_site'

INVITE_LINK = 'discord_support_invite_link'

LAVA_HOST = 'host'

LAVA_PORT = 'port'

LAVA_PASSWORD = 'passWorD'

LAVA_REGION = 'out_of_space'

LAVA_NAME = 'any_name_is_good'

4️⃣ Go back to the root of the project and execute the following command:

python3 main.py

Have fun with 24/7 Hits!

Support

If any Support is needed feel free to join the Discord Support Server and ask there!

Contributing

Pull requests are welcome. For major changes, open an issue or a ticket first to discuss what you would like to change.

Special Thanks

A special thanks to a Friend who stood with me and helped me along the way!

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%