Skip to content

Commit e4bdb8b

Browse files
docs(manager.go:New): remove deprecated comment
1 parent 7bd49e1 commit e4bdb8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func (m *Manager) GuildCount() (count int) {
6868

6969
// New creates a new Manager with the recommended number of shards.
7070
// After calling New, call Start to begin connecting the shards.
71-
// You may override ShardCount to use an arbitrary amount of shards.
7271
//
7372
// Example:
7473
// mgr := shards.New("Bot TOKEN")

0 commit comments

Comments
 (0)