{"id":15211535,"url":"https://github.com/mallusrgreatv2/typescriptbottemplate","last_synced_at":"2025-10-03T04:30:55.453Z","repository":{"id":201401027,"uuid":"629973704","full_name":"mallusrgreatv2/TypescriptBotTemplate","owner":"mallusrgreatv2","description":"An extensive template for a Discord.js v14 bot written in Typescript. Completely typesafed handlers for your productivity.","archived":true,"fork":false,"pushed_at":"2024-02-26T15:48:14.000Z","size":174,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-28T08:42:49.630Z","etag":null,"topics":["base","basicdiscordbot","bot","discord","discord-base","discord-js","discord-v14","discordbasic","discordbot","djs","djs-v14","starting-point","template","ts","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mallusrgreatv2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-19T12:05:19.000Z","updated_at":"2024-07-25T06:22:04.000Z","dependencies_parsed_at":"2024-02-26T17:04:19.018Z","dependency_job_id":null,"html_url":"https://github.com/mallusrgreatv2/TypescriptBotTemplate","commit_stats":null,"previous_names":["mallusrgreatv2/typescriptbottemplate"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallusrgreatv2%2FTypescriptBotTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallusrgreatv2%2FTypescriptBotTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallusrgreatv2%2FTypescriptBotTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallusrgreatv2%2FTypescriptBotTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mallusrgreatv2","download_url":"https://codeload.github.com/mallusrgreatv2/TypescriptBotTemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876149,"owners_count":16554739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base","basicdiscordbot","bot","discord","discord-base","discord-js","discord-v14","discordbasic","discordbot","djs","djs-v14","starting-point","template","ts","typescript"],"created_at":"2024-09-28T08:42:53.483Z","updated_at":"2025-10-03T04:30:50.125Z","avatar_url":"https://github.com/mallusrgreatv2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MOVED TO https://github.com/mallusrgreatv2/ts-bot-handler\n\n\u003ch1\u003eTypescript Bot Template \u003cspan style=\"color: #36454F; font-size: 21px;\"\u003e by mallusrgreat\u003c/span\u003e\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eAll types of interactions supported\u003c/li\u003e\n    \u003cli\u003eProper logging system and save logs into file (logs.log)\u003c/li\u003e\n    \u003cli\u003eFully typed\u003c/li\u003e\n    \u003cli\u003eOptional MongoDB support\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\nYou'll never have to touch the interactionCreate event, ever again.\nInteractions supported:\n\u003cul\u003e\n    \u003cli\u003eSlash commands\u003c/li\u003e\n    \u003cli\u003eAll types of select menus\u003c/li\u003e\n    \u003cli\u003eModals\u003c/li\u003e\n    \u003cli\u003eContext menus\u003c/li\u003e\n    \u003cli\u003eButtons\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\n\u003ch2\u003eSetup\u003c/h2\u003e\n\u003cul style=\"list-style: numbers;\"\u003e\n    \u003cli\u003e\u003ccode\u003egit clone https://github.com/mallusrgreatv2/TypescriptBotTemplate.git\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003enpm install\u003c/code\u003e or \u003ccode\u003eyarn install\u003c/code\u003e\u003c/li\u003e\n    (Delete yarn.lock if using npm, and delete package-lock.json if using yarn.)\n    \u003cli\u003eCopy the content of \u003ca href=\"https://github.com/mallusrgreatv2/TypescriptBotTemplate/blob/master/.env.example\"\u003e\u003ccode\u003e.env.example\u003c/code\u003e\u003c/a\u003e over to a new file called .env\u003c/li\u003e\n    \u003cli\u003eChange the values in .env\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003enpm start\u003c/code\u003e if using npm and \u003ccode\u003eyarn Ystart\u003c/code\u003e if using yarn.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eRules\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eFor any interaction or event, name them \u003ccode\u003e(name).(command|event|modal|menu|select|button).ts\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eFor disabled commands, name them \u003ccode\u003e(name).disabled.ts\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eAfter using tabcomplete to import Command class, add a \u003ccode\u003e.js\u003c/code\u003e suffix to the path.\n    The path should look something like this: \u003ccode\u003e@/Structures/Command.js\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallusrgreatv2%2Ftypescriptbottemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmallusrgreatv2%2Ftypescriptbottemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallusrgreatv2%2Ftypescriptbottemplate/lists"}