https://github.com/sugiruu/ahonbotto
Yet another discord bot (because why not?)
https://github.com/sugiruu/ahonbotto
bot discord discord-js music player typescript
Last synced: 28 days ago
JSON representation
Yet another discord bot (because why not?)
- Host: GitHub
- URL: https://github.com/sugiruu/ahonbotto
- Owner: sugiruu
- License: wtfpl
- Created: 2019-06-18T00:22:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T18:35:59.000Z (about 1 year ago)
- Last Synced: 2025-02-25T12:15:59.190Z (2 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)
[](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.