Skip to content

Beta 0.0.2 Release

Latest
Compare
Choose a tag to compare
@calexil calexil released this 12 Dec 22:52
· 20 commits to master since this release

Version 0.0.2 Beta notes:

  • Migrated to Render.com web npm deployment
  • Updated to Node 16
  • Updated to DiscordJS 14.7.1(what a nightmare)
  • Fixed up code logic for music channel detection

icon BansheeBot

Node.js CI CodeFactor Render Maintainability GitHub issues

Intro

A simple discord bot that reads the song info from the currently playing track in Banshee media player or Rhythmbox media player and displays it in a Discord channel. Also includes some silly commands you can edit.

Installation

  • 1: Clone the repo: git clone https://github.com/calexil/BansheeBot.git or fork it.
  • 2: Make a new app with the discord developer dashboard and note your client secret.
  • 3: Link your free Render.com account to github and deploy your fork or clone, be sure to set your config vars with an item KEY of BOT_TOKEN and a value of the aformentioned client secret from your discord bot app.
  • 4: Edit the file bot.js at line 60 to match your music channels Id, then edit the file at line 22 so it matches your Render app page.
  • 5: Start Banshee or Rhythmbox, Play music and then run the bansheecheck.sh script or the rhythmboxcheck.sh script, be sure to edit it to match your username and Render app page endpoint
  • 6: Check out the Command list here
  • 7: Watch it go.

Bug Reporting

Submit Issues here

Credits