Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
/ slash.js Public archive

WIP | Discord library currently focused to Interactions that uses Fastify in it's end.

License

Notifications You must be signed in to change notification settings

slashjs/slash.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slash.js

Making Discord bots in a great way.

Currently, this library can handle basic slash command methods (defer, reply, editReply, fetchReply, deleteReply) and reply to autocomplete options.

TODO

  • A better «command options» handler/manager
  • Embed, ActionRow, Button, SelectMenu util classes
  • More descriptive and intuitive command functions (create/edit/delete/bulk commands)

And more...