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.