{"id":22837593,"url":"https://github.com/ishangoyal13/discordbot","last_synced_at":"2025-03-31T03:31:42.844Z","repository":{"id":181753280,"uuid":"667249366","full_name":"ishangoyal13/discordBot","owner":"ishangoyal13","description":"This project allows you to send messages in discord channels via bot","archived":false,"fork":false,"pushed_at":"2023-07-17T04:59:16.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T08:16:08.282Z","etag":null,"topics":["back-end","bot","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ishangoyal13.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":"2023-07-17T04:52:08.000Z","updated_at":"2023-07-17T05:20:35.000Z","dependencies_parsed_at":"2023-07-17T05:50:43.224Z","dependency_job_id":null,"html_url":"https://github.com/ishangoyal13/discordBot","commit_stats":null,"previous_names":["ishangoyal13/discordbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishangoyal13%2FdiscordBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishangoyal13%2FdiscordBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishangoyal13%2FdiscordBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishangoyal13%2FdiscordBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishangoyal13","download_url":"https://codeload.github.com/ishangoyal13/discordBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413377,"owners_count":20773053,"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":["back-end","bot","golang"],"created_at":"2024-12-12T23:17:19.548Z","updated_at":"2025-03-31T03:31:42.810Z","avatar_url":"https://github.com/ishangoyal13.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Integration Guide\n\nFollowing is the sample code of how to integrate the package into your service\n\n```bash\nnewMsg := discord.MessageTemplate{\n\tContent: \"New Message\",\n\tEmbeds: discord.MessageEmbeds{\n\t\t{\n\t\t\tTitle: \"testing msg\",\n\t\t\tColor: 16711680,\n\t\t},\n\t\t{\n\t\t\tTitle: \"multiple msg\",\n\t\t\tColor: 16776960,\n\t\t},\n\t},\n}\n\ncl := discord.NewDiscordClient(logrus.New(), \u0026discord.DiscordConfig{\n\t\tAuthToken: \"\u003cbot_auth_token\u003e\",\n})\n\ncl.SendDiscordMessage(\"\u003cchannel_id\u003e\", discordgo.MessageSend(newMsg))\n```\n\n##### Common colors RBG int value\n\n```\nyellow - 16776960\ngreen  - 11403055\nred    - 16711680\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishangoyal13%2Fdiscordbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishangoyal13%2Fdiscordbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishangoyal13%2Fdiscordbot/lists"}