{"id":14983432,"url":"https://github.com/tandpfun/connect","last_synced_at":"2026-02-12T08:07:13.068Z","repository":{"id":104251165,"uuid":"193797973","full_name":"tandpfun/Connect","owner":"tandpfun","description":"Connect is a Discord economy bot for Discord Hackweek 2019! Based mostly on image generation, this bot has fun features, and lets you customize a profile using the experience you earn!","archived":false,"fork":false,"pushed_at":"2019-08-26T18:53:32.000Z","size":81,"stargazers_count":28,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T01:48:10.122Z","etag":null,"topics":["bot","bots","canvas","discord","discord-bot","discord-js","discord-js-bot","node-canvas"],"latest_commit_sha":null,"homepage":"","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/tandpfun.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}},"created_at":"2019-06-25T23:42:49.000Z","updated_at":"2024-10-05T00:14:23.000Z","dependencies_parsed_at":"2023-07-23T06:47:11.284Z","dependency_job_id":null,"html_url":"https://github.com/tandpfun/Connect","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandpfun%2FConnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandpfun%2FConnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandpfun%2FConnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandpfun%2FConnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tandpfun","download_url":"https://codeload.github.com/tandpfun/Connect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241288959,"owners_count":19938980,"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","bots","canvas","discord","discord-bot","discord-js","discord-js-bot","node-canvas"],"created_at":"2024-09-24T14:07:12.229Z","updated_at":"2026-02-12T08:07:13.004Z","avatar_url":"https://github.com/tandpfun.png","language":"JavaScript","readme":"![](https://cdn.discordapp.com/attachments/593513849496404016/593883024136077332/Connect.png)\n\u003ch1 align=\"center\"\u003e\n👋  Welcome to Connect Beta  🔰\n\u003c/h1\u003e\n\n![](https://img.shields.io/badge/Version-Beta-blue.svg) ![](https://img.shields.io/badge/Dev-Codingpro%230001-brightgreen.svg)\n\nConnect is a [Discord](https://discordapp.com) economy bot for [Discord Hackweek 2019](https://blog.discordapp.com/discord-community-hack-week-build-and-create-alongside-us-6b2a7b7bba33)! Based mostly on image generation, this bot has fun features, and lets you customize a profile using the experience you earn!\n\nThis bot uses Canvas, a npm.js package to create custom images for profiles!\n\n\u003ccenter\u003e\n\u003cimg src=\"https://cdn.glitch.com/85f76f83-44e1-4054-be57-0c6655e1314e%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3537343636333034383339373332343239382f3539343333333430393735333536333134372f70726f66696c652e706e67.png?v=1561841974019\" width=\"350\" height=\"125\" /\u003e\n\u003cimg src=\"https://cdn.glitch.com/85f76f83-44e1-4054-be57-0c6655e1314e%2Fprofile.png?v=1561841975094\" width=\"350\" height=\"125\" /\u003e\n\u003c/center\u003e\n\n## Invite \u0026 Test\n**[Invite The Bot](https://discordapp.com/api/oauth2/authorize?client_id=591893713005838336\u0026permissions=379969\u0026scope=bot)**\n\n**[Join Test Server](https://discord.gg/kQTzzFV)**\n\n## What I Learned\nConnect was an awesome bot to work on! I learned a lot about image generation with the [Canvas](https://www.npmjs.com/package/canvas) package, and how to make cool looking image-based profiles. I will use this knowlege to enhance my future projects! I'd like to thank hack week for giving me a reason to start coding this small idea in my head, and it seems to be growing preatty well so far!\n\n## Commands\n|Command|Description|\n|--|--|\n|+help|View all commands|\n|+profile|View your profile|\n|+setup|Setup your profile|\n|+get (user mention)|Get someone else's profile|\n|+work|Work a job and earn from 1xp - 300xp|\n|+crime|A chance at winning big! And going poor...|\n|+fish|Go for a fish to try to earn experience!|\n|+gamble (xp)|Gamble some experience|\n|+shop|Buy things to enhance your profile!|\n\n## Setup!\nWant to self host this bot as an economy bot for your server? Look no further!\n```\nStep 1: Run `git clone https://github.com/tandpfun/Connect.git`\nStep 2: Navigate to the index.js file, and scroll down to line 31\nStep 3: Replace process.env.TOKEN with your bot's token in \"'s\nStep 4: Run `npm i`\nStep 5: Run `node index.js`\n```\n\n## Packages Used\n### Discord.js\nThis package makes connection between the bot host and the Discord API easier.\n### Canvas\nThis package lets me generate images to make profiles and command responses!\n\n## To-Do List\n- [ ] Put generated images into embeds\n- [ ] Create Support Server\n- [x] Make Crime Command\n- [ ] Make Rob Command\n\n## Thank You\nThanks for taking the time to review my project!\n\n\\~ @Codingpro#0001\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftandpfun%2Fconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftandpfun%2Fconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftandpfun%2Fconnect/lists"}