Skip to content

A discord library I'm working on for fun. This isn't much of a serious project.

Notifications You must be signed in to change notification settings

justanotherbyte/discord-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Example

import discordsdk


client = discordsdk.Client()

# make a basic slash command

@client.slash_command(guild_ids=[00000000])
async def hello(ctx):
    await ctx.send("hello world!")


client.run("TOKEN")

About

A discord library I'm working on for fun. This isn't much of a serious project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages