{"id":26718892,"url":"https://github.com/bwsix/discord-bot","last_synced_at":"2025-06-28T00:04:31.473Z","repository":{"id":41876984,"uuid":"401333002","full_name":"BWsix/discord-bot","owner":"BWsix","description":"Bob the Bot","archived":false,"fork":false,"pushed_at":"2022-04-25T05:29:29.000Z","size":20,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T17:51:48.746Z","etag":null,"topics":["discord-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BWsix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-30T12:19:20.000Z","updated_at":"2021-10-24T09:36:22.000Z","dependencies_parsed_at":"2022-08-11T20:00:49.448Z","dependency_job_id":null,"html_url":"https://github.com/BWsix/discord-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BWsix/discord-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fdiscord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fdiscord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fdiscord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fdiscord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BWsix","download_url":"https://codeload.github.com/BWsix/discord-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fdiscord-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262352619,"owners_count":23297689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord-bot"],"created_at":"2025-03-27T17:50:38.888Z","updated_at":"2025-06-28T00:04:31.434Z","avatar_url":"https://github.com/BWsix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Bot For Fun\n\n![](https://i.imgur.com/ZQLLmKd.png)  \n取得 Bob the bot - [只有 \"Send message\" 權限(無法使用部分功能)](https://discord.com/api/oauth2/authorize?client_id=808253042172493834\u0026permissions=2048\u0026scope=bot) / [管理員權限](https://discord.com/api/oauth2/authorize?client_id=808253042172493834\u0026permissions=8\u0026scope=bot)\n\n## 目錄\n\n- [指令列表](#cmd)\n  - [BrainFuck](#cmd-bf)\n    - [!br](#cmd-bf-bf) : BrainFuck\n    - [!ttbr](#cmd-bf-ttbf) : Text To BrainFuck\n    - [!ttac](#cmd-bf-ttac) : Text To AsCii\n    - [!actt](#cmd-bf-actt) : AsCii To Text\n  - [QRCode](#cmd-qr)\n    - [!qr](#cmd-qr-qr) : QRcode\n  - [Image to Accii](#cmd-itac)\n    - [!itac](#cmd-itac-itac) : Image To AsCii\n  - [Spotify](#cmd-spotify)\n    - [!search](#cmd-spotify-search) : search things on Spotify\n- [Listeners](#listeners)\n  - [Weeb](#listener-weeb) : 讓你說話像個肥宅 (燦笑\n- [如何貢獻](#contribute)\n\n## 指令列表 \u003ca id=\"cmd\"\u003e\u003c/a\u003e\n\n### BrainFuck \u003ca id=\"cmd-bf\"\u003e\u003c/a\u003e\n\npowered by [Brainfuck-api](https://github.com/BWsix/Brainfuck-api)\n\n#### execute brainfuck code \u003ca id=\"cmd-bf-bf\"\u003e\u003c/a\u003e\n\n`!bf {brainFuck code}`\n\n**Example**\n\n![](https://i.imgur.com/p0WK3yP.png)\n\n#### convert text to executable brainfuck code \u003ca id=\"cmd-bf-ttbf\"\u003e\u003c/a\u003e\n\n`!ttbf {text}`\n\n**Example**\n\n![](https://i.imgur.com/WSUDhxl.png)\n\n#### convert text to ascii code array \u003ca id=\"cmd-bf-ttac\"\u003e\u003c/a\u003e\n\n`!ttac {text}`\n\n**Example**\n\n![](https://i.imgur.com/6ZPo0iN.png)\n\n#### convert ascii code array to text\u003ca id=\"cmd-bf-actt\"\u003e\u003c/a\u003e\n\nnote that you can separate numbers by **any thing** (well... except numbers).\n\n`!actt {numbers}`\n\n**Example**\n\n![](https://i.imgur.com/Mp6A0A8.png)\n\n### QRCode \u003ca id=\"cmd-qr\"\u003e\u003c/a\u003e\n\n#### url(or text) to QRCode \u003ca id=\"cmd-qr-qr\"\u003e\u003c/a\u003e\n\npowered by [QRCode-api](https://github.com/BWsix/QRCode-api)\n\n`!qr {url(or text)}`\n\n**Example**\n\n![](https://i.imgur.com/vnROdjL.png)\n\n### Image to Ascii \u003ca id=\"cmd-itac\"\u003e\u003c/a\u003e\n\n#### image to ascii \u003ca id=\"cmd-itac-itac\"\u003e\u003c/a\u003e\n\n`!itac` + _Image_\n\n**Example**\n\n![](https://i.imgur.com/J64mnSg.png)\n### Spotify\u003ca id=\"cmd-spotify\"\u003e\u003c/a\u003e\n\npowered by [Spotify-api](https://github.com/BWsix/spotify-api)\n\n#### search things on spotify\u003ca id=\"cmd-spotify-search\"\u003e\u003c/a\u003e\n\n`!spotify {your query string}` \n\n**Example**\n\n![](https://i.imgur.com/z40Yc5D.png)\n\n## Listeners\u003ca id=\"listeners\"\u003e\u003c/a\u003e\n\n### Weeb \u003ca id=\"listener-weeb\"\u003e\u003c/a\u003e\n\n只要頻道名稱包含 **weeb** 便會自動啟用\n\n**Example**\n\n![](https://i.imgur.com/3FzXfuC.png)\n\n## 貢獻 \u003ca id=\"contribute\"\u003e\u003c/a\u003e\n\n將你的 cog 加入`bot/cogs`，  \n並將其 import 至`bot/bot.py`\n\n可以參考[這個 commit](https://github.com/BWsix/discord-bot/commit/d480e48fa13de79ed4af03fb7590643ad1d0c08e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwsix%2Fdiscord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwsix%2Fdiscord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwsix%2Fdiscord-bot/lists"}