Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 305 Bytes

What is Katana?

Katana is an unofficial Discord library that allows you to build Discord Bots.

Usage

import { Client } from 'https://deno.land/x/katana/mod.ts'

const client = new Client();

client.on('ready', () => {
  console.log('Bot has logged in!');
});

Features

Contributing