https://github.com/butterdebugger/hexabot
https://github.com/butterdebugger/hexabot
bot discord javascript nodejs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/butterdebugger/hexabot
- Owner: ButterDebugger
- License: mit
- Created: 2023-10-17T20:51:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T04:29:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T16:16:22.142Z (about 1 year ago)
- Topics: bot, discord, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HexaBot
A multipurpose Discord Bot that aims to replicate the functionality of other popular Discord Bots, such as moderation, music, logging, and more.
## Getting Started
If you wish to install and run HexaBot, follow these steps:
```sh
git clone https://github.com/ButterDebugger/HexaBot.git
cd HexaBot
npm install
npm start
```
### Environment Variables
Declare the environment variables on your system or inside a file named `.env` in the root of the project's directory.
```env
BOT_TOKEN =
```
## License
HexaBot is licensed under [``MIT License``](LICENSE).