A discord bot build with node.js
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Trivernis 2b6ea2123f New command syntax
- creating commands requires a command template that is stored in the commands folder in a json file
- command templates manage permissions, arguments, responses and the command name
- added config file -> needs to be created, template coming soon
6 years ago
commands New command syntax 6 years ago
lib New command syntax 6 years ago
.gitignore New command syntax 6 years ago
LICENSE Create LICENSE 6 years ago
README.md New functionalities 6 years ago
bot.js New command syntax 6 years ago
package.json Update dependency ytdl-core to v0.28.3 6 years ago
renovate.json Add renovate.json 6 years ago

README.md

discordbot

A bot that does the discord thing.

node bot.js --token=<DiscordBotToken> --ytapi=<GoogleApiKey> [--owner=<DiscordTag>] [--prefix=<Char>] [--game=<String>]

Ideas

  • command replies saved in file (server specific file and global file)
  • reddit api
  • anilist api
  • othercoolstuff api