Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skiptirengu/ahonbotto
Yet another discord bot (because why not?)
https://github.com/skiptirengu/ahonbotto
bot discord discord-js music player typescript
Last synced: about 2 months ago
JSON representation
Yet another discord bot (because why not?)
- Host: GitHub
- URL: https://github.com/skiptirengu/ahonbotto
- Owner: skiptirengu
- License: wtfpl
- Created: 2019-06-18T00:22:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T18:35:59.000Z (10 months ago)
- Last Synced: 2024-10-24T17:48:39.306Z (3 months ago)
- Topics: bot, discord, discord-js, music, player, typescript
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# アホンボット (Ahonbotto)
[![Node.js CI](https://github.com/skiptirengu/ahonbotto/workflows/Node.js%20CI/badge.svg)](https://github.com/skiptirengu/ahonbotto/actions)
Yet another discord bot.
This bot is generic enough for you to use on any discord server.### RUNNING THE BOT
1. Clone this repo `git clone https://github.com/skiptirengu/ahonbotto`
2. Install the packages `yarn install`
3. Create a `.env` file in the root directory and place your tokens there
```env
DISCORD_TOKEN=my_super_secret_discord_token
YOUTUBE_TOKEN=my_super_secret_youtube_token
COMMAND_PREFIXES=$,% // comma separeted command prefixes, this means you can't use comma as a command prefix :p
```
4. Start the bot with `yarn start`The bot logs can be found on the `runtime/logs` directory.
### FAQ
**Q:** _Why another discord bot?_
**A:** Why not?**Q:** _What does this do?_
**A:** It has a optimized, resilient and brainlet proof audio streaming system, allowing url queueing, youtube playlists and youtube api searching (for the latter you need to create a YouTube api token). It also has some other text commands (see !help for a complete list).**Q:** _Can I copy, share, sell, tell my friends I programmed this bot, give it as a birthday present to my grandma, etc?_
**A:** Yes, you can [Do What The F*ck You Want](LICENSE) with it.