baabaablackgoat / SolsticeBot

A (pretty damn useless) bot, designed with Discord.js. THIS CODE IS UNCLEAAAAN!
1 stars 1 forks source link

Cleaning up index.js #23

Closed baabaablackgoat closed 7 years ago

baabaablackgoat commented 7 years ago

exporting all commands into /commands/ (eg. help.js) exporting all methods into /methods/ (eg. playFile.js) Make sure all previous commands work before closing this issue.

  • [x] help (global, indepth)
  • [x] debug (pass all the arguments)
  • [x] ping (Pong!)
  • [x] memes (return dank maimais)
  • [x] userinfo (return information about the caller)
  • [x] fuck,bang,fix (return shitty memes)
  • [x] botban (properly botban other users)
  • [x] play (play file songs, allow random songs, allow youtube queues, proper queue playback)
  • [x] skip (voteskip the song and don't crash)
  • [x] volume (return current volume or change volume)
  • [x] flush (clear the queue and ragequit disconnect)
  • [x] queue (return the queue, and join a vc if not in one already)
  • [x] np (return the current song)
  • [x] disconnect (disconnect and ragequit)
  • [x] terminate (stop the node process, add a small easteregg)
baabaablackgoat commented 7 years ago

99208cb has all commands working, and a few new eastereggs (EXTERMINATE!)