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 1/2] 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 000000000000..f9e246cbe2f8 --- /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. From 1b6b06bf1fd58615c15ed3c8f2e4aeac64d93a8a Mon Sep 17 00:00:00 2001 From: 3t6 <110821381+3T6-dsc@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:13:38 +0100 Subject: [PATCH 2/2] Update index.md Co-authored-by: Eric Sorenson --- topics/discord-bot/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/discord-bot/index.md b/topics/discord-bot/index.md index f9e246cbe2f8..e282d69da33a 100644 --- a/topics/discord-bot/index.md +++ b/topics/discord-bot/index.md @@ -1,6 +1,5 @@ --- 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)