
Reddit API script for Discord bot not working - Stack Overflow
Nov 22, 2024 · So I've been following a tutorial for scripting your own Discord bot and am completely stumped when trying to make this script for fetching random memes from Discord via the bot.
How do I make it so my discord bot on request sends a meme from …
May 20, 2021 · My code is simple because I am new to coding my discord bot, I want it so the bot sends a random meme from a subreddit when the word !meme is sent in discord, here is the code: import …
How to get the client_id, client_secret and user_agent parameters from ...
May 16, 2022 · I'm creating a Discord.py bot and what I want it to do is add a !meme command on which it pulls a random meme from the r/memes subreddit. I have found some code on Stack Overflow as …
How can I change the PFP of my bot Discord - Stack Overflow
Feb 18, 2024 · I'm trying to change the pfp of my bot by a gif like the pfp of the bot emoji.gg do asked teh question on the reddit r/discordapp and someone gave me the docs of the Discord devlopper …
Reddit auth error 401 when running autopost command in discord.js …
Aug 31, 2024 · Credentials: I’ve double-checked my Reddit app credentials (client ID and secret) and they seem fine. Authorization Header: The authorization header for the access token request looks to …
My discord ui buttons always throw 'This Interaction Failed'
Oct 17, 2023 · The bot has tested perms to add roles, assign roles, delete roles, create/delete channels and send + read user messages. I saw a reddit post about doing something like this to fix the error
python - How do I find User Agent? - Stack Overflow
Aug 23, 2021 · I am making a discord bot which will send memes from Reddit and I have used praw for the task. However I am having trouble finding the user agent which will be used as follows: reddit = …
Discord.Net C# bot, do i need to handle rate limit when sending a DM …
Apr 28, 2023 · 0 I made a discord bot using Discord.Net 3.8.1. There is a feature that sends a DM to all users in the guild that have a particular role every day. The number of people can reach even 2000 …
discord - New to python making a reddit bot - Stack Overflow
Oct 27, 2020 · I'm making a reddit discord bot and I don't know what I'm doing wrong import discord from discord.ext import commands import praw reddit = praw.Reddit (client_id = "sda", ...
How do I get a random subreddit image to my discord.py bot?
Apr 17, 2018 · 0 I am making a discord bot in async python. I want the bot to post a random picture when I do a command (prefix !) example !meme. This would bring up a random picture from a …