Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmakasaki/vortex-bot
A little discord bot i was making, not sure if i'll continue it
https://github.com/emmakasaki/vortex-bot
bot discord discord-bot discord-js javascript nodejs
Last synced: about 1 month ago
JSON representation
A little discord bot i was making, not sure if i'll continue it
- Host: GitHub
- URL: https://github.com/emmakasaki/vortex-bot
- Owner: Emmakasaki
- Created: 2024-03-19T10:47:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T10:51:11.000Z (11 months ago)
- Last Synced: 2024-11-09T17:25:08.680Z (3 months ago)
- Topics: bot, discord, discord-bot, discord-js, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vortex Bot
Vortex Bot is a Discord bot made with discord.js. It provides several commands to enhance your Discord server experience.
## Commands
- `restart`: Restarts the bot.
- `echo `: Repeats the given message in a channel you wish to put it in.
- `info or server`: Displays information about the user you chose or the current server.
- `ping`: Checks the bot's latency.## Installation
1. Clone this repository.
2. Install the required dependencies by running the following command:```markdown
npm install
```3. Create a `config.json` file in the root directory and add your Discord bot token:
```json
{
"token": "YOUR_TOKEN_HERE"
}
```4. Start the bot by running the following command:
```markdown
node index.js
```## Contributing
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).