https://github.com/namescode/howwiebot
The bot for the ZenBooda1 discord server.
https://github.com/namescode/howwiebot
Last synced: 4 months ago
JSON representation
The bot for the ZenBooda1 discord server.
- Host: GitHub
- URL: https://github.com/namescode/howwiebot
- Owner: NamesCode
- License: agpl-3.0
- Created: 2024-10-08T22:16:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T15:16:38.000Z (over 1 year ago)
- Last Synced: 2025-10-13T09:38:57.661Z (8 months ago)
- Language: JavaScript
- Size: 3.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HowwieBot
The bot for the ZenBooda1 discord server!
## Usage
### Prerequisites
Firstly, you'll need to installing the following packages with your OS's package manager
- nodejs
- pnpm
#### With Nix
Just run `nix develop` lolz
### Running
Run `pnpm install` to install the initial dependencies.
After that, create a file with the environment variables and export it with `export $(grep -v '^#' .env | xargs)`.
Example `.env` file:
```
TOKEN=your-token-here
CLIENTID=bots-client-id
GUILDID=testing-guild-id
```
Then register commands with `node src/register-command.js`.
Finally run `TOKEN='your-token-here' node src/main.js` for the bot to go live.
### Making commands
TODO!
## Licensing and copyright
Copyright (c) 2024 Howwie & Name
Licensed under the AGPLv3.0 or later