Skip to content

0zBug/DiscordClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DiscordClient

Newer version of https://github.com/0zBug/Daylight/

Documentation

client.lua

Start

Start a connection between your bot and discord.

<void> Client:Start(<string> Token)

Close

Closes the connection between your bot and discord.

<void> Client:Close(<void)

Connect

Connects the the specified event

<void> Client:Connect(<string> Event, <function> Callback)

handler.lua

AddCommand

Adds a command to your bot

<void> Client:AddCommand(<string> Name, <string> Description, <function> Callback)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages