infinity-bot

2.0.5 • Public • Published

Infinity Bot™

npm David Discord

Bot used for Airstrike-Infinity's Discord server. Written in JS.

Installation

(Requires current version of node.js, not LTS version.)

npm install infinity-bot

Wherever the module is installed (should be at ~/node_modules), modify the file discord.js-commando/src/commands/message.js at line 134, replacing if(!this.command.hasPermission(this)) { with if(!(await this.command.hasPermission(this))) {

Initial Configuration

  1. Create a bot account and token. Instructions may be found here

  2. Get your own user id by following the instructions here

  3. Get a YouTube API key by following the instructions here

  4. Create ~/.config/infinity-bot/conf.json

  5. Copy this format in the config file:

{
  "token": "<Your bot token>",
  "ownerID": "<Your UserID>",
  "googleAPIKey": "<Your YouTube API Key>"
}
  1. While in ~, run ./node_modules/.bin/infinity-bot
  2. Use the help command and test out the numerous utility and moderation commands.

Troubleshooting

HELP! THERE'S NO SOUND WHEN PLAYING MUSIC YTF IS UR BOT SHIT?

Did you set the default volume by using the defaultvolume command?

Licence

This project is licenced under GPL-3.0. For less legalese as to what you may or may not do with my code, click on the LICENCE file in the root directory of my repository

Readme

Keywords

none

Package Sidebar

Install

npm i infinity-bot

Weekly Downloads

3

Version

2.0.5

License

GPL-3.0

Last publish

Collaborators

  • eodc