A general purpose Discord bot, written in GO!
git clone https://github.com/ACM-VIT/golly-bot.git
cd golly-bot
git checkout -b mynewbranch
git add .
git commit -m "short message describing changes"
git push origin mynewbranch
Project maintainer's decision on validity of PR is final.
For additional guidelines, refer to this website for additional information
In the cloned directory :
go run main.go
Build the docker image from the Dockerfile using the following command, make sure you are inside the project folder.
docker build -t <your image name> .
Now run the application inside the container using the following command
docker run -it <your image name>
To specify command line arguments, use
docker run -it <your image name> <arguments>
For example:docker run -it <your image name> -rmcmd=false