Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages