Needs Nodejs 18+
Go here for docs
src
-- Contains the source, I'm using typescript herecommands
-- Application commands, refer toApplicationCommand.template
orping.ts
for how you should be creating these kinds of filescore
-- Main bot code, use this folder for when you want to add databases or external stuffevents
-- Event handlers, based off name of file; double check the docs to make sure you have the right arguments. Every function in there should start withBotClient
utils
-- Utility functions