{"id":25925657,"url":"https://github.com/person0z/discord.py-template","last_synced_at":"2025-03-03T18:53:25.344Z","repository":{"id":39968280,"uuid":"493451073","full_name":"Person0z/discord.py-template","owner":"Person0z","description":"Discord Python Bot Template, for those looking for ideas or starting to learn Python!","archived":false,"fork":false,"pushed_at":"2023-03-03T16:35:40.000Z","size":15518,"stargazers_count":18,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2023-03-09T07:32:42.351Z","etag":null,"topics":["bot","discord","discord-bot","discordapp","disnake","person0z","python","python-bot","python-discord-bot","python3","slash-commands","user-discord"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Person0z.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-18T00:08:38.000Z","updated_at":"2023-03-08T14:46:38.000Z","dependencies_parsed_at":"2023-02-15T13:31:04.606Z","dependency_job_id":null,"html_url":"https://github.com/Person0z/discord.py-template","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Person0z%2Fdiscord.py-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Person0z%2Fdiscord.py-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Person0z%2Fdiscord.py-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Person0z%2Fdiscord.py-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Person0z","download_url":"https://codeload.github.com/Person0z/discord.py-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241723812,"owners_count":20009417,"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":["bot","discord","discord-bot","discordapp","disnake","person0z","python","python-bot","python-discord-bot","python3","slash-commands","user-discord"],"created_at":"2025-03-03T18:53:24.618Z","updated_at":"2025-03-03T18:53:25.335Z","avatar_url":"https://github.com/Person0z.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  Discord Python Bot Template\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eDiscord Python Bot Template, for those looking for ideas or starting to learn Python!\u003cp\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/D8rjRN3uJQ\"\u003e\u003cimg src=\"https://img.shields.io/discord/1054287234544713788?logo=discord\"\u003e\u003c/a\u003e\n  \u003ca href=\"//github.com/Person0z/discord.py-template\"\u003e\u003cimg src=\"https://img.shields.io/github/repo-size/Person0z/discord.py-template\"\u003e\u003c/a\u003e\n  \u003ca href=\"//github.com/Person0z/discord.py-template/commits\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/Person0z/discord.py-template\"\u003e\u003c/a\u003e\n  \u003ca href=\"//github.com/Person0z/discord.py-template/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/Person0z/discord.py-template\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- Slash Commands (Slash commands: /help, /radio.. etc)\n- Prefix Used Commands (Owners Only: !update. Updates the bot via git)\n- Text to Image Generator (/generate: Generate a AI made image of whatever you want)\n- Invite Command (will be cleaned up and more info added on the embed)\n- Fun Commands (/help fun: Commands like 8ball, bitcoin etc if you wanna mess around.)\n- Moderation (/ban, /warn, /kick.. etc: Smart warns - 3 warns = kick, 5 = ban.)\n- Tickets (/tickets: needs to be redone)\n- Radios (Play radio's from online sources)\n- Pastebin (uploads files to a pastebin so you dont have to download files that you dont trust)\n\n## Coming Soon\n- better optimized code\n- per server tags + warns\n- logging messages + more\n- Someway to make updating the bot faster\n\nIf you have suggestions on adding something, feel free to ask and or make a PR!\n\n### Install the dependencies\n\n```sh\npip install -r requirements.txt\n```\n\n### Setting up the bot properties\n\n\u003e When setting up the bot remove \"example\" from example.config.py!!\n\n```python\n# Imports\nimport disnake\n\n# Discord Token\ntoken = 'TOKEN'\n\n# Version\nversion = '1.5.5'\n\n# Your Discord Server ID Will Go Here \nguild = 'GUILD ID'\n\n# The Prefix You Want For Your Discord Bot\nprefix = '!'\n\n# Bot Status\nactivity = [\"/help\", \"discord.py\", \"With Python\", \"Made by Person0z\", \"v1.5.6\"]\n\n# Colors\nSuccess = disnake.Color.green\nError = disnake.Color.red\nRandom = disnake.Color.random\n\n# Owner ID\nowner_ids = [000000000000000, 000000000000000] # You can add more owner ids by adding a comma and the id\n\n# Welcomes \u0026 Goodbyes Channel ID\nwelcome_channel = 0000000000000000\njoin_role = 'Member' # The role you want to give to new members\n\n# Logging Channel ID\nlogs = [0000000000000000] # You can add more channels by doing this: [channel_id, channel_id, channel_id]\n```\n\n# How to run\nThe bot can be started with a python command:\n```sh\npython main.py OR python3 main.py OR .sh/bat files\n```\n\n# Sponsers\n[Zluqe, Experience hassle-free bot hosting with Zluqe. Our platform offers free hosting for both Python, Java and JavaScript bots, making it the one-stop solution for all your Discord needs.](https://zluqe.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperson0z%2Fdiscord.py-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperson0z%2Fdiscord.py-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperson0z%2Fdiscord.py-template/lists"}