discordgo
discordgo copied to clipboard
Better `New()` function
It could be better to set two New()
function for convenience : NewWithToken()
and NewWithOAuth2()
. Don't you think ?
Because discordgo.New("Bot " + token)
is not really clean as it manipulate a string that could be handle behind the scenes.