Skip to content
forked from stuyy/Katana

Deno Discord API & Gateway Wrapper for developing Discord Bots

Notifications You must be signed in to change notification settings

LordSmurf/Katana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deno Discord API & Gateway Wrapper for developing Discord Bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%