From 8139044f971441d92fb1343fa7a2d26a15d774dc Mon Sep 17 00:00:00 2001 From: 3t6 <110821381+3T6-dsc@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:23:30 +0100 Subject: [PATCH] Add discord-bot topic --- topics/discord-bot/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 topics/discord-bot/index.md diff --git a/topics/discord-bot/index.md b/topics/discord-bot/index.md new file mode 100644 index 00000000000..f9e246cbe2f --- /dev/null +++ b/topics/discord-bot/index.md @@ -0,0 +1,8 @@ +--- +display_name: Discord bot +portal_url: https://discord.com/developers/docs/intro +short_description: Programmable agents that automate tasks and provide interactive features within Discord servers. +topic: discord-bot +wikipedia_url: https://en.wikipedia.org/wiki/Discord_(software) +--- +Discord bots are automated programs that interact with users on the Discord communication platform. Built using various APIs and libraries—such as discord.js, discord.py, or JDA—these bots can perform a wide range of functions, from server moderation and music playback to complex integrations with external web services and games.