Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshitrv/r2-d2
A starwars themed music bot powered by openAI to answer all your questions.
https://github.com/harshitrv/r2-d2
Last synced: about 4 hours ago
JSON representation
A starwars themed music bot powered by openAI to answer all your questions.
- Host: GitHub
- URL: https://github.com/harshitrv/r2-d2
- Owner: HarshitRV
- License: gpl-3.0
- Created: 2021-05-30T05:47:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T13:48:34.000Z (over 1 year ago)
- Last Synced: 2023-04-30T17:47:48.606Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
Awesome Lists containing this project
README
# R2-D2 DISCORD BOT * currently offline
## A starwars themed discord bot made with [discord.js](https://discord.js.org/#/) .
# Description
The star wars themed Discord bot/Music Bot.
Music functionality is made possible using
[ZerioDev](https://github.com/ZerioDev) github [repository](https://github.com/ZerioDev/Music-bot)
### [Invite 📩](https://discord.com/api/oauth2/authorize?client_id=854977056022331423&permissions=8&scope=bot) | [Upvote ⬆️](https://top.gg/bot/854977056022331423/vote)## Bot Commands
## Prefix : `.`
## New Commands ✨
| Commands | Command Type | Description |
| :----------------| :----------------| :------------------------------------------------------------------------|
| `.r2d2` | `FUN` | Ask r2d2 anything (powered by[OpenAI](https://beta.openai.com/overview) |
| `.philosophy` | `FUN` | Get random Phil Dunphy's philosophy |
# List of Commands 📁## General Commands 📚
| Commands | Command Type | Description |
| :--------------| :----------------| :-------------------------------------|
| `.help` | `HELP` | Get all commands |
| `.music` | `FUB` | Open music panel |
| `.ping` | `MOD` | Pings the bot |
| `.starwars` | `MOD` | Random starwars quote |
| `.av` | `MOD` | Shows pfp of the mentioned user |
| `.meme` | `FUN` | Random Meme |
| `.kanye` | `FUN` | Get kanye west random quote |# Exclusive Commands 🔥
| Commands | Command Type | Description |
| :--------------| :----------------| :------------------------------------------------------------------------|
| `.r2d2` | `EXC` | Ask r2d2 anything (powered by[OpenAI](https://beta.openai.com/overview)) |
| `.fightclub` | `EXC` | Random Fight Club Quote |
| `.sarcasm` | `EXC` | Random Chandler Bing sarcastic comment |
| `.philosophy` | `EXC` | Get random Phil's philosophy |## Music commands 🎵
| Commands | Description |
| :---------------------| :------------------------------------------------|
| `.play ` | Plays music in a voice channel |
| `.search ` | Open a panel to choose a music and then play it. |
| `.pause` | Pause the current music |
| `.resume` | Resumes the current music back on |
| `.queue` | See the next songs |
| `.clear-queue` | Remove music in the queue |
| `.shuffle` | Mixes the queue |
| `.loop` | To enable or disable the repeat function |
| `.volume <1 - 100>` | Change the volume |
| `.skip` | Skip to next music |
| `.stop` | Stop all music |
| `.filter ` | Add / remove filter |
| `.filter-list` | See filters |# [Contributing](docs/contributing/contributing.md)