ItzDenkiRepo / Bot2

Just a simple discord activities bot written in JavaScript that somehow supports slash commands and works exceptionally well, nothing much nothing less.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Activities

Just a simple discord activities bot written in JavaScript that somehow supports slash commands and works exceptionally well, nothing much nothing less.

Activities included

  • Awkword
  • Betrayal.io
  • Checkers
  • Chess In The Park
  • Doodle Crew
  • Fishington.io
  • Letter Tile
  • Poker Night
  • Putt Party
  • Spell Cast
  • Word Snack
  • Youtube Together

Requirements

  1. Node.js ( version 16.6 or newer ) from here.
  2. A Discord Bot Token from here

How to setup

  1. Download or Clone this repository.
  2. Open terminal or console in the root folder and run npm install. This is a one-time operation; It installs the required dependencies.
  3. Open the file named config.json in a text editor or an IDE and modify it. It should then look something like this:
{
    "token": "YOUR DISCORD BOT TOKEN"
}

Save changes and either open start.bat file or run node . to run the discord bot.

Common errors

  1. Abort Controller /unexpected token '?' (node version) : Discord.js v13 requires Node.js version 16.6 or newer to run!
  2. Missing Access (Oauth2 scope for slash commands) : Enable the applications.commands scope for your bot

Credits

Code was written by Monochromish. If you come across any errors or need help with setting up, feel free to DM me on Discord or join my Development server.

About

Just a simple discord activities bot written in JavaScript that somehow supports slash commands and works exceptionally well, nothing much nothing less.

License:MIT License


Languages

Language:JavaScript 99.9%Language:Batchfile 0.1%