Files
Evernote 27ab677f74 Add discordgo starter (#178)
* Added discordgo starter

* Removed unnecessary check
2021-10-25 09:53:37 -07:00
..
2021-10-25 09:53:37 -07:00
2021-10-25 09:53:37 -07:00
2021-10-25 09:53:37 -07:00
2021-10-25 09:53:37 -07:00
2021-10-25 09:53:37 -07:00

title, description, tags
title description tags
Discord Golang bot A Discord bot written in Golang
discordgo
golang

DiscordGo Example

This example starts a Discord bot using discordgo and Golang.

Deploy on Railway

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.