all you have to do is save the photo or copy it, then go to your discord server/private messages and click on the plus button next to the chat bar it will give you the option to select a file/picture you want to upload. select the picture then you can send the message or add text to the message.
https://www.youtube.com/watch?v=-hCI5NRfKYs
Contents
Why can’t I post a picture on Discord?
You need to compress the image. The picture file should be less than 8 MB in size. I am not quite clear about discord. In my app, not all types of pictures can be uploaded.
How do I upload pictures to Discord mobile?
Select an image from the gallery.
You may have to scroll down or browse through folders to find the right image. If you prefer to take a photo and send it to your friend, tap the camera icon at the bottom-right corner of the gallery to launch the camera, then snap your photo.
How do I add a picture to a Discord server?
Follow the steps to change server picture on Discord:
- Navigate to Settings.
- Now Click on the drop down arrow next to Server Name.
- In the Server Overview, click on Server Settings.
- Choose a Server Image.
- Click the Apply button.
- Scroll down and click the Save Changes button.
Can you send images in Discord?
You can say something about the photo or caption it. Click Upload. It’s the purple button in the lower-right corner of the upload window in the center of the screen. The image will upload to Discord and appear in the direct message or chat channel.
Click Upload. It’s the purple button in the lower-right corner of the upload window in the center of the screen. The image will upload to Discord and appear in the direct message or chat channel.
Why can’t I post a video on Discord?
But when it comes to Send videos on discord, it has some limitations. Like, you cannot share video files of more than 8MB on a regular Discord Server. Even, If you try to send, a pop-up message will appear that – Your files are too powerful. Max file size is 8.00 MB Please.
How do I upload pictures from my Iphone to discord?
Tap the paperclip icon.
It’s to the left of the text box at the bottom of the screen. If it’s your first time uploading a file to Discord, the app will ask for permission to access your photos. Tap OK, even if you’re taking a new photo or video.
How do I make a GIF a discord profile picture?
to set it as your profile picture:
- become a discord nitro user.
- go to user settings found here:
- Edit your profile.
- click on your current profile pic, now wait for a file dialogue to appear and upload the .gif!
How to screen share in Discord on a smartphone
- Open Discord on your iPhone or Android and go to the server and voice channel you want to stream in.
- Once in the voice channel, tap the icon that looks like a phone at the bottom of the screen.
- You’ll be asked to give Discord permission to record your screen.
How much is nitro on Discord?
Discord Nitro is a paid membership on Discord, which comes with global access to custom emojis from all the servers you are a part of, Nitro stickers, a custom Discord number tag, animated avatars, server enhancements, etc. It costs $9.99/month and $99.99/year.
How do I upload a video to Discord?
How to send videos on Discord
- Go to the channel or DM where you want to send the video.
- Click on the plus (+) icon on the bottom-left corner next to the message input box, and click on ‘Upload a file’
- Navigate to the folder where you’ve saved the video file on your computer, and select it.
Why can’t I send pictures on Discord server?
Connection Problem
One big reason why your files aren’t uploading could be due to your internet connection. First, check your internet connection by running a speed test. If you are not getting enough bandwidth or experiencing latency issues, then this may be the reason.
How do you send pictures with a Discord Bot Python?
1 Answer
- Opening the file and sending it directly to the channel: with open(‘my_image.png’, ‘rb’) as f: picture = discord.File(f) await channel.send(file=picture)
- Passing the file name directly: await channel.send(file=discord.File(‘my_image.png’))
Can’t send pictures Discord mobile?
When you first try to send a photo or video on Discord mobile, you’ll be prompted to allow Discord to access your photos.This is because the app does not have access to your photo library. Fortunately, if you’ve selected “Don’t Allow” in the past, you can change it to “Allow”. To do so, open your phone’s settings.
How do you post pictures on Discord PY?
“send image discord.py” Code Answer’s
- import io.
- import aiohttp.
- async with aiohttp. ClientSession() as session:
- async with session. get(my_url) as resp:
- if resp. status != 200:
- return await channel. send(‘Could not download file…’)
- data = io. BytesIO(await resp. read())
- await channel. send(file=discord.
What does Discord Nitro give you?
Discord Nitro enhances your all-in-one Discord voice, video, and text chat.
- Better Emoji. Collect or make your own custom and animated emojis.
- Personal Profile. Use an animated avatar and claim a custom tag.
- Support a Server. Get 2 Server Boosts and 30% off extra Boosts.
- Rep Your Support.
- Bigger Uploads.
- HD Video.
How do you send attachments on Discord?
Sending Files on Discord via PC
On the left side of the text input box at the bottom of the window is a + icon. Click it. A file select box will appear and let you choose what file to upload. Pick your file then click Upload.