Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrymxu/clippybot
Clippy Bot is the perfect bot for making official Discord Soundboard clips!
https://github.com/henrymxu/clippybot
discord discord-js
Last synced: about 2 months ago
JSON representation
Clippy Bot is the perfect bot for making official Discord Soundboard clips!
- Host: GitHub
- URL: https://github.com/henrymxu/clippybot
- Owner: henrymxu
- License: apache-2.0
- Created: 2023-05-02T07:39:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T04:10:43.000Z (about 1 year ago)
- Last Synced: 2023-12-06T08:34:15.171Z (about 1 year ago)
- Topics: discord, discord-js
- Language: TypeScript
- Homepage: https://clippybot.dev/
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clippy Discord Bot
Clippy is a Discord Bot dedicated to making audio clips of users, perfect for soundboards!
## Table of Contents
- [Features](#features)
- [Setup](#setup)
- [Troubleshooting](#troubleshooting)
- [Support](#support)
- [License](#license)## Features
- Create audio clips of users
- (Coming Soon) Create audio clips of channels## Setup
1. `npm run deploy -- --discord_token --application_id `
2. `npm run start -- --discord_token --mongo_uri `
### API Tokens
| Name | Environment Variable | Description | Required |
|------------------------------------------------------------------------------------------|----------------------|-------------------------------------------------------------|----------|
| [Discord Bot Token](https://discord.com/developers/applications) | discord_token | Required for the bot to login and communicate with discord. | ✓ |
| [Mongo Connection URI](https://www.mongodb.com/docs/manual/reference/connection-string/) | mongo_uri | Required for storing configs and metrics | ✓ |## Troubleshooting
## Support
- Feel free to create an issue on GitHub if there are any problems installing or using Clippy!
## License
This repository is licensed under Apache 2.0. You may host an instance of this bot for non-commercial and personal use free of charge.