This is an example Spectacles application that listens to messages and responds to pings.
Note: This is not an example of how you should build a Discord application. Message content intents are privileged. Use interactions for application commands.
- Rename
.env.example
to.env
- Replace "your token" with your Discord bot's token
- Run
docker-compose up
- Send "ping" in a text channel that your Discord bot can respond to.