{"id":22310421,"url":"https://github.com/stuyy/Katana","last_synced_at":"2025-07-29T07:33:07.226Z","repository":{"id":44603924,"uuid":"264680377","full_name":"stuyy/Katana","owner":"stuyy","description":"Deno Discord API primarily based on Discord.JS ▬▬ι═══════ﺤ ","archived":false,"fork":false,"pushed_at":"2022-02-05T09:57:46.000Z","size":97,"stargazers_count":77,"open_issues_count":4,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-20T07:43:02.016Z","etag":null,"topics":["bots","deno","denodiscord","discord","discordapi","discordbot","katana"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-17T14:03:54.000Z","updated_at":"2025-02-11T17:55:50.000Z","dependencies_parsed_at":"2022-08-12T11:20:44.998Z","dependency_job_id":null,"html_url":"https://github.com/stuyy/Katana","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stuyy/Katana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FKatana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FKatana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FKatana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FKatana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuyy","download_url":"https://codeload.github.com/stuyy/Katana/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FKatana/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267646082,"owners_count":24120939,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bots","deno","denodiscord","discord","discordapi","discordbot","katana"],"created_at":"2024-12-03T21:01:24.897Z","updated_at":"2025-07-29T07:33:07.204Z","avatar_url":"https://github.com/stuyy.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# What is Katana?\n\n\u003cdiv style=\"text-align: center;\"\u003e\n\n**Katana** is an unofficial Discord library that allows you to build [Discord](http://discord.com) Bots with the [Deno](http://deno.land) runtime.\n\n![build](https://img.shields.io/github/workflow/status/ansonfoong/katana/CI)\n![issues](https://img.shields.io/github/issues/ansonfoong/katana)\n![pr](https://img.shields.io/github/issues-pr/ansonfoong/katana)\n![stars](https://img.shields.io/github/stars/ansonfoong/katana?style=social)\n![forks](https://img.shields.io/github/forks/ansonfoong/katana?style=social)\n\n\u003c/div\u003e\n\n# Usage\n\n```TS\nimport { Client, MessageEmbed } from 'https://deno.land/x/katana/mod.ts'\n\nconst client = new Client();\n\nclient.on('ready', () =\u003e {\n  console.log('Bot has logged in!');\n});\n\nclient.on('message', (message) =\u003e {\n\n  if (message.content === 'hello') {\n    message.channel.send('Hello World!');\n  } else if (message.content === 'embed') {\n    const embed = new MessageEmbed()\n      .setDescription('hello world')\n      .setColor(13198335)\n      .setTitle('This is an embed');\n    message.channel.send(embed);\n  }\n});\n\nclient.login('token');\n\n```\n\n# Features\n\n- Caching\n- Message Collectors\n- Message Embeds\n- Supports most Message Endpoints (Create, Delete, Edit, Fetch)\n- Very similar to Discord.JS\n\n# In Progress\n\n- Reaction Collectors\n- Await Message\n- Await Reaction\n\n# Future Features\n\n- Optional In-Memory Caching\n- Optional Redis Caching\n- Sharding\n- Voice Support\n- Commands Framework\n\n# Contributing\n\nContributions are appreciated. You can fork this repository and make a pull request and I'll review it. Feel free to join my Discord server: http://discord.gg/anson\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuyy%2FKatana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuyy%2FKatana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuyy%2FKatana/lists"}