Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butterdebugger/hexabot
https://github.com/butterdebugger/hexabot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/butterdebugger/hexabot
- Owner: ButterDebugger
- License: mit
- Created: 2023-10-17T20:51:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T04:29:57.000Z (9 months ago)
- Last Synced: 2024-04-20T22:38:05.320Z (9 months ago)
- Language: JavaScript
- 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).