ukibot
Simple bot for Uki's Hangout, a project to play around with the discord.io library.
Installation
Clone the repository in to a local folder, install dependencies. You will need both Git and Node installed.
git clone https://github.com/josh-tf/ukibot.git
npm install
npm run dev
Usage
The commands below can be run from any channel, channel limitation and permissions will be implemented soon.
All commands are prefixed with >
by default, this can be defined in config.json
User Commands
help # view help information
play (youtube url) # play a song
skip # skip current song
stop # stop the music
nowplaying # view current song name
Admin Commands
ban # ban a user
kick # kick a discord member
purge # delete last message
userinfo # view information on a user
Folder Structure
Commands are stored in a subfolder, the main entrypoint is index.js
./commands/ # individual functions
Contributing
Pull requests are welcome ❤️