{"id":16440852,"url":"https://github.com/idevelopthings/discordbotframeworkstructure","last_synced_at":"2026-04-18T03:31:11.605Z","repository":{"id":110817578,"uuid":"175968691","full_name":"iDevelopThings/DiscordBotFrameworkStructure","owner":"iDevelopThings","description":"The structure for https://www.npmjs.com/package/sammeh-discord-bot-framework","archived":false,"fork":false,"pushed_at":"2019-07-18T06:12:52.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T01:31:57.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/sammeh-discord-bot-framework","language":"JavaScript","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/iDevelopThings.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,"publiccode":null,"codemeta":null}},"created_at":"2019-03-16T12:23:08.000Z","updated_at":"2019-07-18T06:12:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a05e6c3d-fc2d-4fb2-8a4f-f83d1f07356c","html_url":"https://github.com/iDevelopThings/DiscordBotFrameworkStructure","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/iDevelopThings/DiscordBotFrameworkStructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2FDiscordBotFrameworkStructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2FDiscordBotFrameworkStructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2FDiscordBotFrameworkStructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2FDiscordBotFrameworkStructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iDevelopThings","download_url":"https://codeload.github.com/iDevelopThings/DiscordBotFrameworkStructure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2FDiscordBotFrameworkStructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-11T09:13:12.680Z","updated_at":"2026-04-18T03:31:11.599Z","avatar_url":"https://github.com/iDevelopThings.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started\n\n## Why?\n\nI set out to create this framework for a few reasons. I come from the Laravel Background, I enjoy coding PHP and I like my code to be extremely OO.\n\nOriginally I only planned to write a simple bot for my self... and it ended up being this framework after a couple of years.\n\nDiscord.js's command handling framework is very nice, but it's also super basic... doesn't allow for too much customisation and you can't extend any of it.\n\n## Cloning the repository\n\nGitHub allows us to create a new project from the Discord Framework Structure. Visit this link to create your repository: [https://github.com/ScooterSam/DiscordBotFrameworkStructure/generate](https://github.com/ScooterSam/DiscordBotFrameworkStructure/generate)\n\nOnce your repository has generated, you will be able to clone it. We are going to clone from the default repository, so we open our console and run\n\n```\n$ git clone https://github.com/ScooterSam/DiscordBotFrameworkStructure.git DiscordBot\n```\n\nThis will create a new folder in our current working directly, named \"DiscordBot\" this contains everything we need to start writing our own simple bot!\n\n## Configuring our project \n\nMost of the frameworks configurations are very simple. To start off we have an **.example.env** file by default. \n\nIf we copy this file and name it **\".env\"** the framework will load its most basic configs from here. Such as discord bot id, database credentials, discord bot token, etc\n\n```text\nDISCORD_BOT_ID=\nDISCORD_INTRO_CHANNEL=\nDISCORD_TOKEN=\n\nENV=dev\nDB_NAME=\nDB_PORT=3306\nDB_USER=root\nDB_PASS=\nDB_HOST=localhost\n```\n\n{% hint style=\"info\" %}\n**Make sure to copy the .example.env file and rename it to .env**\n{% endhint %}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidevelopthings%2Fdiscordbotframeworkstructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidevelopthings%2Fdiscordbotframeworkstructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidevelopthings%2Fdiscordbotframeworkstructure/lists"}