Skip to content
View thomasianwright's full-sized avatar
Block or Report

Block or report thomasianwright

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thomasianwright/README.md

📊 GitHub Stats:




Pinned Loading

  1. Discord.NET example 'userinfo' comma... Discord.NET example 'userinfo' command. With Spotify, rich presence & custom game.
    1
            [Command("userinfo")]
    2
            [RequireContext(ContextType.Guild, ErrorMessage = "Sorry, this command must be ran from within a server, not a DM!")]
    3
            public async Task UserInfoAsync(SocketGuildUser user = null)
    4
            {
    5
                user = (SocketGuildUser) (user ?? Context.User);