Added discord module skeleton
This commit is contained in:
parent
0507cdb3d1
commit
ca2ca86819
8 changed files with 87 additions and 9 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"syscall"
|
||||
)
|
||||
|
||||
func NewGracefulContext() context.Context {
|
||||
func New() context.Context {
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
|
||||
go func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue