suvanl / delet3

delet³ - Discord bot. Currently in alpha.
http://delet3.web.app
MIT License
6 stars 0 forks source link

Implement some slash commands #42

Closed suvanl closed 3 years ago

suvanl commented 3 years ago

This PR implements three slash commands - /about, /level and /ping. Additionally, it implements the logic required to register and deploy slash commands, i.e. the interactionCreate event and the deploySlashCommand core function respectively.

deploySlashCommand() is used in the ready event if the --deploy flag is specified when starting the bot. New scripts have been added to package.json to easily run delet3 in a state where it automatically deploys slash commands at startup.

Other notable changes include: