Skip to content

raul4247/alesso-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alesso-bot

alesso-bot

What is alesso-bot?

This is a simple Discord music player bot, created after YouTube massive music bot's shutdown in 2021. The bot reads messages from Discord text channels and handle simple commands to control the music player. Music can be fetched from YouTube, Spotify or SoundCloud.

The alesso-bot is a reference to the swedish DJ Alesso.

Stack:

How to install and run:

To install the dependencies: npm install

To run locally: node .

** Create a .env file, with the Discord's Bot token (APP_TOKEN)

Available Commands:

!play

Searches song, and inserts it on the music player's queue.

e.g.: !play Never Gonna Give You Up

e.g.: !play https://www.youtube.com/watch?v=y6120QOlsfU


!queue

Shows the current songs in queue.

e.g.: !queue


!pause

Pauses the music player.

e.g.: !pause


!resume

Resumes the music player.

e.g.: !resume


!remove

Removes a song from the queue at a given position.

e.g.: !remove 2


!skip

Skips the current song being played.

e.g.: !skip


!clear

Clear all the songs in queue.

e.g.: !clear


!filter

Shows the current filter applied, applies or unapplies a filter.

Filter list:

  • bassboost_low
  • bassboost
  • bassboost_high
  • 8D
  • vaporwave
  • nightcore
  • phaser
  • tremolo
  • vibrato
  • reverse
  • treble
  • normalizer
  • normalizer2
  • surrounding
  • pulsator
  • subboost
  • karaoke
  • flanger
  • gate
  • haas
  • mcompand
  • mono
  • mstlr
  • mstrr
  • compressor
  • expander
  • softlimiter
  • chorus
  • chorus2d
  • chorus3d
  • fadein
  • dim
  • earrape

e.g.: !filter

e.g.: !filter bassboost


!slowed

Apllies (or unapplies) the "vaporwave" filter (slowed + reverb 🕺).

e.g.: !slowed


!quit

Finishes the music player.

e.g.: !quit


!help

Shows a brief description for each command.

e.g.: !help

Customizing:

Command Prefix:

The default command prefix is "!". You can override it at src/Configs.js.

Bot's Messages:

The current messages are in portuguese. To customize it, change the strings at src/BotMessages.js.

Comming Next:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors