close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
-3 votes
0 answers
70 views

I have a question on my flutter project. My button is not working and I dont know why. ----------------------------- ENDPOINT ------------------------------------ set search_path to public, auth; ...
Forza6Project's user avatar
0 votes
1 answer
74 views

I'm learning how to make a discord bot from scratch via the documentation. The bot is supposed to join a voice channel and play any audio. I've one locally that I want it to play, but it doesn't. I've ...
NerdNet's user avatar
Advice
1 vote
1 replies
90 views

I'm trying to add a mechanic to my bot that pings staff members whenever there's a new membership application to review. It's been a recurring issue that apps are left waiting, so I'd like to automate/...
David Westcott's user avatar
0 votes
1 answer
130 views

We are trying to make a slash command for a Discord bot that creates forms. This is a stripped-down minimal reproducible example that produces similar results: require('dotenv').config() const discord ...
The User's user avatar
2 votes
1 answer
160 views

I have the following Unix timestamp: time = Time.at(-8_640_000_000_000) # => -271821-04-19 19:00:00 -0500 time.strftime('%B %-d, %Y at %-I:%M %p') # => "April 19, -271821 at 7:00 PM" ...
Droid's user avatar
Advice
0 votes
10 replies
138 views

how can i fix this bot's code? it won't work because of errors in Visual Studio 2022. using C++17 standard. The errors are: *syntax error: unexpected token 'p' following 'expression' Line 490* And *...
Mar's user avatar
1 vote
1 answer
61 views

Discord has a feature which allows server access to be set to "Apply to Join", where people submit an application which needs to be approved by server staff before the user can join. I am ...
Craft User's user avatar
0 votes
1 answer
116 views

I am trying to make a streak to my roulette command when the 1/4 chance fails (a miss). I want it to be when a user gets a miss, their streak goes up by one, but if a user gets a hit the streak resets ...
Gaming Filter's user avatar
-2 votes
1 answer
62 views

I want to take a server id and return all the channel ids in that server. I do not want to add a bot to the server. Here is my code: import requests import json import sys BOT_TOKEN = "not today ...
TheGamerInMyBasement's user avatar
0 votes
1 answer
118 views

I am currently making a discord bot for a closed community, they asked me to create a starboard that tracks two differents emojis (🫃and🪑) with different counts (6 and 7) I know it sound silly but I ...
Madeline Daubanton's user avatar
1 vote
0 answers
89 views

I'm trying to make a command for my Discord bot that plays music. However, it says that it's not connected to any voice channels. Error message: [2025-12-28 15:10:21,086] {_init_.py:173} ERROR - Code ...
Rain ziolkoplays's user avatar
Advice
0 votes
1 replies
178 views

I wanted to make a custom command that sent an embed with a message that the user writes (I was using $N for that), but I also wanted the users to be able to customize the embed color in their message....
Sayuri's user avatar
Best practices
1 vote
6 replies
121 views

I am learning python (fairly new) and decided to create a simple rock paper scissors bot as a mini side project to apply the lessons I've learned. I have encountered an issue during my development: ...
essinaya's user avatar
0 votes
0 answers
120 views

I'm currently working on my first modal in a Discord bot using discord.js v14.25.1, and I’m trying to follow the latest documentation (which includes the new LabelBuilder, addLabelComponents, ...
Raphaël's user avatar
5 votes
1 answer
157 views

I'm working on a discord bot using discord.py==2.7.0a5350+g8f2cb607. This bot is deployed in a single server and will not be deployed anywhere else. I've my on_ready() function like this : @bot.event ...
skrylexx_'s user avatar

15 30 50 per page
1
2 3 4 5
1379