Getting Started
How to get started with gocord
Creating a bot
Installing gocord
go install github.com/dickeyy/gocord@latestBuilding a bot
gocord -name "Some name" -module "{your username}/some-name"ENV={dev or prod}
REGISTER_CMDS=true
TOKEN=Bot {token from step 1}
APP_ID={application ID from step 2}
DEV_TOKEN=Bot {token from step 1}
DEV_APP_ID={application ID from step 2}Running your bot
Last updated