discordbots
Automated programs for Discord servers.
Extends: Technology
Discord Bots
Automated programs for Discord servers.
Overview
Category: Automation software
Automated programs for Discord servers.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Discord Bots',
category: 'Automation software',
description: 'Automated programs for Discord servers.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Discord Bots",
"applicationCategory": "Automation software",
"description": "Automated programs for Discord servers."
}