Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monochromish/discord-activities
Just a simple discord activities bot written in JavaScript that somehow supports slash commands and works exceptionally well, nothing much nothing less.
https://github.com/monochromish/discord-activities
activities activity discord discord-bot discord-js javascript slash slash-command slash-commands
Last synced: 2 months ago
JSON representation
Just a simple discord activities bot written in JavaScript that somehow supports slash commands and works exceptionally well, nothing much nothing less.
- Host: GitHub
- URL: https://github.com/monochromish/discord-activities
- Owner: Monochromish
- License: mit
- Created: 2022-01-29T18:54:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T11:36:48.000Z (about 2 years ago)
- Last Synced: 2023-03-06T02:16:46.797Z (almost 2 years ago)
- Topics: activities, activity, discord, discord-bot, discord-js, javascript, slash, slash-command, slash-commands
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [x] Awkword
- [x] Betrayal.io
- [x] Checkers
- [x] Chess In The Park
- [x] Doodle Crew
- [x] Fishington.io
- [x] Letter Tile
- [x] Poker Night
- [x] Putt Party
- [x] Spell Cast
- [x] Word Snack
- [x] Youtube Together## Requirements
1. Node.js ( version 16.6 or newer ) from [here](https://nodejs.org).
2. A Discord Bot Token from [here](https://discord.com/developers/applications)## 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:```js
{
"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](https://monolul.me).
If you come across any errors or need help with setting up, feel free to DM me on Discord or join my [Development server](https://discord.com/invite/E6z5ZmsV4m).