fixes for web endpoint
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
fed49ba3cb
commit
6480f27946
4 changed files with 12 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ func Start() error {
|
|||
go func() {
|
||||
for {
|
||||
ev := <- ch
|
||||
logging.Info("recieved new confessional channel link")
|
||||
logging.Debug("recieved new confessional channel link")
|
||||
e := ev.(state.ConfessionsChannelLinkEvent)
|
||||
linkLock.Lock()
|
||||
confessionChannelLinks[e.GuildID] = e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue