{"id":22070234,"url":"https://github.com/caallum/bicycle-v2","last_synced_at":"2026-04-13T01:12:16.236Z","repository":{"id":41877951,"uuid":"508403899","full_name":"Caallum/Bicycle-V2","owner":"Caallum","description":"A multi-purpose Discord bot with fully customizable features.","archived":false,"fork":false,"pushed_at":"2022-07-04T17:54:39.000Z","size":12279,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T02:40:59.729Z","etag":null,"topics":["bot","discord","discord-bot","moderation","music","ticket"],"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/Caallum.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}},"created_at":"2022-06-28T17:59:34.000Z","updated_at":"2024-04-28T18:27:04.000Z","dependencies_parsed_at":"2022-08-29T13:40:51.217Z","dependency_job_id":null,"html_url":"https://github.com/Caallum/Bicycle-V2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caallum%2FBicycle-V2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caallum%2FBicycle-V2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caallum%2FBicycle-V2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caallum%2FBicycle-V2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Caallum","download_url":"https://codeload.github.com/Caallum/Bicycle-V2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153218,"owners_count":20569400,"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","moderation","music","ticket"],"created_at":"2024-11-30T20:15:41.094Z","updated_at":"2026-04-13T01:12:11.205Z","avatar_url":"https://github.com/Caallum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bicycle\n\n\u003e I'm a moderation bot, I'm a ticket bot, I'm a music player\n\n## A background into Bicycle\n\nI originally created this bot as a moderation bot for a support server I was making, and I had complete it. However I was using the djs v13 dev so it was never really complete because of the library I was using. So I decided to delete the entire code and recode it, but I lost interest, I had just spent days coding a moderation bot for me to just delete it. So I gave up on Bicycle, until I decided to finally complete it.\n\nOriginally Bicycle has a modmail system, and I had previously created a modmail system I could easily modify Bicycle to use, expect I didn't like it, I felt it was old fashioned, so I decided not to use it. And went on to create about 4 versions of a modmail system, all would work if I actually kept on working on it, but I got bored and lost interest in modmail. So I opted for a ticket system, which I am extremely pleased with.\n\nAnyway, if you have read this then thanks, else then move onto the next \"chapter\" to actually setup the bot.\n\n## Instructions on self hosting\n\nTo begin, first create a config file called `Bicycle.Config.js`, this file has to be exactly typed like that, else the bot will not work. Then go into `Bicycle.Config.Template.js` then copy the contents into your newly created config file. Once done, just start filling in the blanks. Here is a little template for the types of each slot:\n\n```\nimportant: {\n    bot: {\n        token: Discord Bot Token,\n        mongoURI: Mongo DB URI,\n        moderation: {\n            logChannel: Discord Channel ID\n        }\n    },\n    music: {\n        spotify: {\n            id: Spotify Developer ID,\n            secret: Spotify Developer Secret\n        },\n        youtubeCookie: Valid Youtube Cookie\n    }\n},\n\nother: {\n    client: Discord Bot User ID,\n    guild: Discord Server ID,\n    tickets: {\n        createCategory: Discord Category ID,  |\n        pendingCategory: Discord Category ID, ----\u003e These ID's can be the same, or different, it doesn't entirely matter.\n        claimedCategory: Discord Category ID, |\n        transcriptChannel: Discord Channel ID,\n        options: [\n            {\n                name: Name of ticket option,\n                description: Description of ticket option,\n                emoji: Emoji for ticket option,\n            }\n        ]\n    },\n\n    embed: {\n        color: Valid Discord Embed Color,\n        footer: {\n            text: Discord Embed footer text,\n            icon: Discord Embed footer icon (put {avatar} if you wish for it to be the bot's avatar)\n        },\n        author: {\n            text: Discord Embed author text,\n            icon: Discord Embed author icon (put {avatar} if you wish for it to be the bot's avatar),\n            url: Discord Embed author URl\n        }\n    }\n}\n```\n\nOnly optional items in the config, are the embed options, however if you wish to opt out of them, you must leave them blank.\n\n### Once completed, simply type `npm i` in the console and wait for that to complete. Once this has been complete, then simply type `npm start` in the console and the bot should magically start!\n\n## Reporting Errors\n\nSimply go into the `issues` tab and then click `New Issue`, from there you can report the issue. Please include screenshots of the console or `development.logs` if it's a bot issue, and as much detail as possible and I'll try respond ASAP.\n\nThank you for using Bicycle\n\n\n\n\u003e Created by big john#5007","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaallum%2Fbicycle-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaallum%2Fbicycle-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaallum%2Fbicycle-v2/lists"}