custom-discord-bot
Version:
A powerful, customizable Discord bot framework with embeds, cooldowns, aliases, middleware, function commands, and real-time stats — built with OceanicJS.
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "custom-discord-bot",
"version": "3.0.0",
"description": "A powerful, customizable Discord bot framework with embeds, cooldowns, aliases, middleware, function commands, and real-time stats — built with OceanicJS.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/utkuberkaykoc/custom-discord-bot.git"
},
"keywords": [
"discord",
"bot",
"custom-bot",
"oceanic",
"discord-bot",
"automation",
"chatbot",
"discord-bot-framework",
"discord-bot-builder",
"discord-bot-commands",
"self-hosted-bot",
"discord-api",
"nodejs-bot",
"discord-moderation",
"discord-utilities",
"oceanic-bot",
"discord-js-alternative",
"discord-bot-development",
"discord-bot-commands-handler",
"discord-embed",
"cooldown",
"command-aliases",
"middleware",
"event-driven",
"dynamic-commands",
"discord-bot-tutorial",
"dynamic-discord-bot",
"free"
],
"author": "Utku Berkay Koç",
"license": "MIT",
"dependencies": {
"oceanic.js": "^1.11.2",
"node-fetch": "^2.6.7"
},
"engines": {
"node": ">=14.0.0"
}
}