Skip to content

hadiazt/discord-radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radio
Discord Radio

An NODE Module For Playing Avalible Stations Into Discord Voice Channel Called Discord-Radio

Functions :


ARAB - BASS - DANCE - DISCO - ELECTRONIC - FARDA - ILOVE - JAVAN - JAZZ - KPOP - LOFI - LOFIANIME - LOFIPANDA - POP - ROCK

Function Object Info :


channelID : The Voice Channel ID That You Want To Play The Radio
guildID : The Server ID That Voice Channel Is There
logID : The Text Channel ID To Log The Bot Actions (Make Sure Bot Has SEND_MESSAGES Permission)
TOKEN : Bot Token 
Presence: { 
    status, 
    type, 
    name 
} : The Bot Activity

Example Of Usage :

const { KPOP, JAZZ } = require('discord-radio')

KPOP({
    channelID: 'VOICE_ID',
    guildID: 'SERVER_ID',
    logID: 'LOG_CHANNEL_ID',
    TOKEN: 'YOUR_BOT_TOKEN',
    Presence: {
        status: 'dnd',
        type: 'LISTENING',
        name: 'ROCK STATION',
    }
})

JAZZ({
    channelID: 'VOICE_ID',
    guildID: 'SERVER_ID',
    logID: 'LOG_CHANNEL_ID',
    TOKEN: 'YOUR_BOT_TOKEN',
    Presence: {
        status: 'dnd',
        type: 'LISTENING',
        name: 'ROCK STATION',
    }
})

// --------- OR --------- //

const RADIO = require('discord-radio')

RADIO.JAZZ({
    channelID: 'VOICE_ID',
    guildID: 'SERVER_ID',
    logID: 'LOG_CHANNEL_ID',
    TOKEN: 'YOUR_BOT_TOKEN',
    Presence: {
        status: 'dnd',
        type: 'LISTENING',
        name: 'ROCK STATION',
    }
})

RADIO.POP({
    channelID: 'VOICE_ID',
    guildID: 'SERVER_ID',
    logID: 'LOG_CHANNEL_ID',
    TOKEN: 'YOUR_BOT_TOKEN',
    Presence: {
        status: 'dnd',
        type: 'LISTENING',
        name: 'ROCK STATION',
    }
})

Or Visit test File


GitHub language count   GitHub last commit   License   ir




📊 Repo Stats

forks stars watchers


🤝 Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/discord-radio.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request

🌟 Spread the word!

If you want to say thank you and/or support active development of the repo:

  • Add a GitHub Star to the project!
  • Join our discord servers sosis.
  • Follow my profile hadi-az

Thanks so much for your interest in growing the reach of the repo!


⚠️ License

This repo is free and open-source software licensed under the MIT General Public License v3.0. All designs were created by hadi-az.