mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
title, description, tags
| title | description | tags | ||
|---|---|---|---|---|
| Discord Golang bot | A Discord bot written in Golang |
|
DiscordGo Example
This example starts a Discord bot using discordgo and Golang.
✨ 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.