Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platz1de/territorial-discord-bot
Simple point management bot with BetterTT integration
https://github.com/platz1de/territorial-discord-bot
Last synced: 19 days ago
JSON representation
Simple point management bot with BetterTT integration
- Host: GitHub
- URL: https://github.com/platz1de/territorial-discord-bot
- Owner: platz1de
- License: mit
- Created: 2023-07-15T12:30:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-12T18:48:23.000Z (5 months ago)
- Last Synced: 2024-10-17T04:06:45.598Z (30 days ago)
- Language: TypeScript
- Homepage:
- Size: 337 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Territorial Point System
Simple point management system for Territorial.io-related clan servers.
Public hosted version: [invite](https://discord.com/api/oauth2/authorize?client_id=1129748745530114049&permissions=268435456&scope=bot%20applications.commands)
## Installation
1. Clone the repository
2. Install dependencies with `npm install`
3. Install TypeScript globally with `npm install -g typescript` (if not already installed)
4. Compile the bot with `tsc`
5. Paste your bot token in `build/config.json` (Obtainable from [here](https://discord.com/developers/applications)
6. Run the bot with `cd build && node PointManager`## Usage
Before using the bot run the `!setup` command and complete the setup process.
A list of commands can be found by running `/help` in your Discord server.