Skip to content

SLT-World/slchat.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slchat.py

slchat.py is an API wrapper for SLChat, written in python.

Quick Start

import slchat
import asyncio

client = slchat.Bot(prefix="!")

@client.command()
async def ping(ctx):
    await ctx.send("Pong")

asyncio.run(client.run("token", "bot_id"))

Links

About

An API wrapper for SLChat, written in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages