> For the complete documentation index, see [llms.txt](https://docs.discordbotstudio.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discordbotstudio.org/events/overview.md).

# Overview

Discord.js (and in turn Discord Bot Studio bots) include event-driven code. This means you can have your bot listen for certain events that take place in a server, and respond accordingly.&#x20;

![](/files/50bCAp2AQvc3xmJZGivj)

Each event can have it's own chain of connected responses. In this way, you can control how the bot reacts to each type of event, or ignore it by connecting no response nodes.&#x20;
