https://github.com/bwsix/discord-bot
Bob the Bot
https://github.com/bwsix/discord-bot
discord-bot
Last synced: about 1 year ago
JSON representation
Bob the Bot
- Host: GitHub
- URL: https://github.com/bwsix/discord-bot
- Owner: BWsix
- Created: 2021-08-30T12:19:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T05:29:29.000Z (about 4 years ago)
- Last Synced: 2025-03-27T17:51:48.746Z (over 1 year ago)
- Topics: discord-bot
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Bot For Fun

取得 Bob the bot - [只有 "Send message" 權限(無法使用部分功能)](https://discord.com/api/oauth2/authorize?client_id=808253042172493834&permissions=2048&scope=bot) / [管理員權限](https://discord.com/api/oauth2/authorize?client_id=808253042172493834&permissions=8&scope=bot)
## 目錄
- [指令列表](#cmd)
- [BrainFuck](#cmd-bf)
- [!br](#cmd-bf-bf) : BrainFuck
- [!ttbr](#cmd-bf-ttbf) : Text To BrainFuck
- [!ttac](#cmd-bf-ttac) : Text To AsCii
- [!actt](#cmd-bf-actt) : AsCii To Text
- [QRCode](#cmd-qr)
- [!qr](#cmd-qr-qr) : QRcode
- [Image to Accii](#cmd-itac)
- [!itac](#cmd-itac-itac) : Image To AsCii
- [Spotify](#cmd-spotify)
- [!search](#cmd-spotify-search) : search things on Spotify
- [Listeners](#listeners)
- [Weeb](#listener-weeb) : 讓你說話像個肥宅 (燦笑
- [如何貢獻](#contribute)
powered by [Brainfuck-api](https://github.com/BWsix/Brainfuck-api)
`!bf {brainFuck code}`
**Example**

#### convert text to executable brainfuck code
`!ttbf {text}`
**Example**

#### convert text to ascii code array
`!ttac {text}`
**Example**

#### convert ascii code array to text
note that you can separate numbers by **any thing** (well... except numbers).
`!actt {numbers}`
**Example**

powered by [QRCode-api](https://github.com/BWsix/QRCode-api)
`!qr {url(or text)}`
**Example**

`!itac` + _Image_
**Example**

### Spotify
powered by [Spotify-api](https://github.com/BWsix/spotify-api)
`!spotify {your query string}`
**Example**

只要頻道名稱包含 **weeb** 便會自動啟用
**Example**

將你的 cog 加入`bot/cogs`,
並將其 import 至`bot/bot.py`
可以參考[這個 commit](https://github.com/BWsix/discord-bot/commit/d480e48fa13de79ed4af03fb7590643ad1d0c08e)