Skip to content

duong/nelson-mandela-muntz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nelson Mandela Muntz

An annoying discord bot that talks over your friends

Makes use of discordgo package

Based off code from voice_receive example

Idea inspired by Donnie Thornberry Bot

With code from here

Build

To build, make sure that modules are enabled and run:

go build

Usage

To run with secrets:

TOKEN=YOUR_TOKEN GUILD_ID=123123123 CHANNEL_ID=456456456 go run main.go 

Or to run a built binary:

TOKEN=YOUR_TOKEN GUILD_ID=123123123 CHANNEL_ID=456456456 ./nelson-mandela-muntz

To run while in development with secrets dir:

TOKEN=$(cat ./secrets/TOKEN) GUILD_ID=$(cat ./secrets/GUILD_ID) CHANNEL_ID=$(cat ./secrets/CHANNEL_ID) go run main.go 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages