Alexi5 is a basic Discord bot built using discord.js
- Youtube Music Steaming - Queue up YouTube videos and stream the audio in a voice channel. Supports playlists as well.
- memes - What would a server be without memes.
- jokes - Nobody uses that feature but whatever.
- amazeme - Displays amazing things.
- server cleanup - Remove messages in bulk.
- Clone this repo
- Rename config-example.json to config.json
- Create a new app here: https://discordapp.com/developers/applications/me
- Paste the bot token in your config.json
- Get a YouTube Api key from here and paste it in your config.json
- Run
npm installto install the bot dependencies - Start the bot locally using
node index
To invite the bot to your server simply replace the client id in the link below with the one generated through Discord's App dashboard(Found in App Details section) and click on it
https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0
- [prefix]help: List some helpful commands
- [prefix]music: Lists all music commands
- [prefix]ping: Returns api and bot reponse times
- [prefix]meme: Returns a random meme
- [prefix]joke: Returns a random joke
- [prefix]amazeme: Returns a random thing that is amazing.
- [prefix]purge [num]: Removes
nummessages from server - NFSW commands ommitted
