Documentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
Creating a Discord bot with JSTime
Discord bots perform actions in response to application commands. There are 3 types of commands accessible in different interfaces: the chat input, a message’s context menu (top-right menu or right-clicking in a message), and a user’s context menu (right-clicking on a user). To get started you can use the interactions template:https://discord.com/api/oauth2/authorize?client_id=<your_application_id>&scope=bot%20applications.commands
Afterwards you will need to get your bot’s token, public key, and application id from the application page and put them into .env.example file
Then you can run the http server that will handle your interactions: