forked from pothtonswer/discordmuffin
Fix comment.
This commit is contained in:
parent
8b39278c3e
commit
bf5ca4d690
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ func New(args ...interface{}) (s *Session, err error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// The Session is now able to have RestAPI methods called on it.
|
// The Session is now able to have RestAPI methods called on it.
|
||||||
// It is recommended that you now call OpenAndListen so that events
|
// It is recommended that you now call Open() so that events will trigger.
|
||||||
// will begin to trigger.
|
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue