https://github.com/angeldevildev/bot-discord
A Discord bot developed in JavaScript with the discord.js library.
https://github.com/angeldevildev/bot-discord
discord-bot discord-js discordjs javascript json nodejs nodemon
Last synced: 3 months ago
JSON representation
A Discord bot developed in JavaScript with the discord.js library.
- Host: GitHub
- URL: https://github.com/angeldevildev/bot-discord
- Owner: angeldevildev
- License: mit
- Created: 2023-08-28T20:10:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T06:47:12.000Z (almost 2 years ago)
- Last Synced: 2025-07-02T15:50:21.341Z (about 1 year ago)
- Topics: discord-bot, discord-js, discordjs, javascript, json, nodejs, nodemon
- Language: JavaScript
- Homepage:
- Size: 6.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot
Welcome to the documentation for My Discord Bot! This bot is designed to make your server management easier by providing various commands. It uses the `discord.js` library.
## Getting Started
1. The default command prefix is `>`. You can change it by modifying the bot's configuration.
2. Run `>help` to see the list of available commands and how to use them.
## Commands
- `>help`: Display a list of available commands and their descriptions.
- `>ping`: Check the bot's response time.
- `>kick `: Kick a user from the server.
- `>ban `: Ban a user from the server.
- `>clear `: Delete a specified number of messages from the channel.
- ...
## License
This project is licensed under the [MIT License](LICENSE). You are free to modify and distribute the code as long as you include the original license and copyright notice.