Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanduwastaken/discord-bot-template
Template for Your Node.js GitHub Discord Bot Project
https://github.com/nanduwastaken/discord-bot-template
bot cool discord groovy musicbot musicbotdiscord nodejs rhythm
Last synced: about 1 month ago
JSON representation
Template for Your Node.js GitHub Discord Bot Project
- Host: GitHub
- URL: https://github.com/nanduwastaken/discord-bot-template
- Owner: NanduWasTaken
- Created: 2023-12-08T14:16:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T14:07:42.000Z (about 1 month ago)
- Last Synced: 2024-12-16T15:24:05.668Z (about 1 month ago)
- Topics: bot, cool, discord, groovy, musicbot, musicbotdiscord, nodejs, rhythm
- Language: JavaScript
- Homepage:
- Size: 8.01 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Bot Name & Your Bot Logo Above]
[BotName] is an easy to use, advanced Discord multipurpose bot containing lot of commands.
It can do Moderation, Tickets, Radio, Games, Giveaways, Customisation, Economy, Leveling, Invites, Messages, Utilities, Suggestions, Server Stats etc.
Unfortunately the owners stopped at the peak and decided to put the source online of which I made an updated version.
Report Bug
•
Request Feature
•
Questions
[![Run on Repl.it](https://repl.it/badge/github/NanduWasTaken/Walnut-Discord-Bot)](https://replit.com/@NanduWasTaken/Walnuut?v=1)
### Notice
> You may not claim this as your own! The original source was created by [Owner Name](https://github.com/NanduWasTaken). You should credit the orginal owners on your project if you are using this bot.
> Walnut is a multipurpose Discord bot base on [Discord.js](https://github.com/Discordjs/discordjs)
> If you like this repository, feel free to leave a star ⭐ to motivate me!## Features
- [x] Slash Commands
- [x] Upto date with Discord.js v14
- [x] Utility Commands
- [x] Fun Commands
- [x] Dynamic Help Command
- [x] Easy to use
- [x] Don't wanna host it yourself? [Use our Public Bot](https://discord.com/app)## Requirements
- NodeJs v17+. Download it from [NodeJS](https://nodejs.org/en/download/current)
- Discord Token. Get it from [Discord Developers Portal](https://discord.com/developers/applications)
- Mongo Database URL. Get it from [MongoDB](https://cloud.mongodb.com/v2/635277bf9f5c7b5620db28a4#clusters)## Start
Clone the repo by running
```bash
git clone https://github.com/[User_Name]/[Repo_Name]
```Install the Required [Packages](https://github.com/NanduWasTaken/Walnut-Discord-Bot/tree/main#used-pakages--modules)
```bash
npm i
```Fill in the Bot Token Field in the `config.js` file &
Start Your Bot```bash
node index.js
```## Used Pakages & Modules
- Discord.js v14+
- Undici (For Api Required Commands)
- Mongoose (For Mongo DB Database)## Contributers