Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshmerlino/galactabot
https://github.com/joshmerlino/galactabot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshmerlino/galactabot
- Owner: JoshMerlino
- Created: 2022-02-15T12:38:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T04:57:36.000Z (4 months ago)
- Last Synced: 2024-10-19T05:13:56.022Z (4 months ago)
- Language: TypeScript
- Size: 2.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# galactabot
https://discord.com/oauth2/authorize?client_id=756205294492713041&permissions=8&scope=bot
### Checks
* [![Code Style Analysis](https://github.com/JoshMerlino/galactabot/actions/workflows/code-style-analysis.yml/badge.svg)](https://github.com/JoshMerlino/galactabot/actions/workflows/code-style-analysis.yml)
* [![Code Quality Analysis](https://github.com/JoshMerlino/galactabot/actions/workflows/code-quality-analysis.yml/badge.svg)](https://github.com/JoshMerlino/galactabot/actions/workflows/code-quality-analysis.yml)
* [![Test CI](https://github.com/JoshMerlino/galactabot/actions/workflows/test-ci.yml/badge.svg)](https://github.com/JoshMerlino/galactabot/actions/workflows/test-ci.yml)## Running the bot
Ensure you have the following environment variables.
```
DISCORD_TOKEN = ...
```Also make sure you are using Node@^16.6
```bash
node .
```## Commands
### Creating commands
```bash
cp sample/command.ts src/commands/mycommand.ts
```### Existing commands
* **General**
* `help [category]` - Displays the help message.