https://github.com/zaydek/discordgo
https://github.com/zaydek/discordgo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaydek/discordgo
- Owner: zaydek
- Created: 2023-06-23T13:10:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T13:10:18.000Z (about 3 years ago)
- Last Synced: 2025-01-24T19:17:29.342Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Discord Golang bot
description: A Discord bot written in Golang
tags:
- discordgo
- golang
---
# DiscordGo Example
This example starts a Discord bot using [discordgo](https://github.com/bwmarrin/discordgo) and [Golang](https://golang.org/).
[](https://railway.app/new/template/TZ2dBZ)
## ✨ Features
- DiscordGo
- Golang
## 💁♀️ How to use
- Install dependencies `go mod download`
- Connect to your Railway project `railway link`
- Start the bot `railway run go run main.go`
## 📝 Notes
The server started launches a Discord bot with a couple of basic commands. The code is located at `main.go`.