SimonDevelop / discord-bot

Simple discord bot development in progress, powered by discord.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version Minimum Node Version GitHub license

discord-bot

Simple discord bot development in progress, powered by discord.js.

Install

$ npm install
$ cp config.example.json config.json

Edit config.json for the token API and your server name.

Run

$ npm start

Commands

  • !help (publics commands only)
  • !roll
  • !yt <url_youtube_video>
  • !yt stop
  • !wk my search
  • !clear <number_of_messages_to_clear> | default 100 (user with MANAGE_MESSAGES permission only)

Todo

  • Playback youtube video
  • Validate youtube url
  • Clear messages of channel
  • Manage access rights to commands (for !clear command)
  • Wikipedia search (fr by default)
  • Roll
  • User stats with mongoDB (just idea)

About

Simple discord bot development in progress, powered by discord.js

License:MIT License


Languages

Language:JavaScript 96.5%Language:Dockerfile 3.5%