Renaming#
Soon, DisOAuth will be renamed to discoauth, and multiple methods will be renamed to follow the newly setup contributing guidelines. The functions will be duplicated, keep the original function, while renaming the others, and then the originals will be removed by v3.0
DisOAuth will recieve the v2.0 update, and bug fixes, if required.
DisOAuth will still be held by me, and you will still be able to get the previous versions
Also, the following functions will be deprecated and renamed:
AuthUrl—>authAuthUrl.makeUrl()—>auth.url()discordApi—>discorddiscordApi.accessToken()—>discord.token()discordApi.User—>discord.userdiscordApi.User.get_current_user()—>discord.user.fetch()discordApi.User.get_user_guilds()—>discord.user.guilds()discordApi.User.get_guild()—>discord.guild.fetch()
A new class, guild will be created for the guild fetch
The deprecated classes, and methods will still be available until v3.0