Skip to content

Kerkpower/duckari

Repository files navigation

duckari

A Hikari command handler made with love by ducks.

Currently Duckari is work in progress.

Documentation is WIP.

The wiki is no longer used as documentation.

NOT a Working example:

from duckari import duck

bot = duck.Bot(prefix="!") # prefix is None because we are only using slash commands

@bot.command()
async def lol(ctx):
    await ctx.send("hi")
token = ""
bot.run(token)

Things that don't work yet

  • commands
  • everything other than listeners

This is work in progress!

About

A Hikari command handler for people who love ducks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages