public async Task invite() { var defaultChannel = await Context.Guild.DefaultChannel.CreateInviteAsync(); await RespondAsync(defaultChannel)`;