discordgo icon indicating copy to clipboard operation
discordgo copied to clipboard

Better `New()` function

Open fallais opened this issue 1 year ago • 0 comments

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.

fallais avatar Jul 31 '23 09:07 fallais