Skip to content

waterlookendo/discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uwkendo discord

utility kendo related discord bot

Setting up for development

We are using golang version 1.19.5, you can install for your system or choice, or using gvm:

gvm install go1.19.5 -B
gvm use go1.19.5

Next, install developer git hooks

make devsetup

Create the local copy of .env

cp env.example .env