Skip to content

Commit

Permalink
Update default permissions for GetBotInviteLink()
Browse files Browse the repository at this point in the history
  • Loading branch information
byBlurr authored Feb 11, 2021
1 parent ff7cfbb commit 39c3408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LorisAngel.Common/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static string ToUppercaseFirst(string s)
/// <param name="clientid">The client ID of the bot. The default is LorisAngel</param>
/// <param name="permissions">The permissions to return. Default is LorisAngel perms</param>
/// <returns>Returns a string of a url for the invite link</returns>
public static string GetBotInviteLink(ulong clientid = 729696788097007717, int permissions = 44032)
public static string GetBotInviteLink(ulong clientid = 729696788097007717, int permissions = 44038)
{
return $"https://discordapp.com/oauth2/authorize?client_id={clientid}&scope=bot&permissions={permissions}";
}
Expand Down

0 comments on commit 39c3408

Please sign in to comment.