#🔒 Need help with a bot
146 messages · Page 1 of 1 (latest)
@neon crystal
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
!rule 10
but chatgpt is smarter than most of us lol
Time is useless in an async environment
In a vc its hard idk how much experience u have but maybe start with the same thing in a text channel?
self-report
Gotta host a server for it then
@limber light shhhhhh
i have a server already
How much experience u have do u think u could do it for a text channel?
this is a learning server, no one is gonna do anything for you
dang
Dont have to code it but if u cant do that maybe start with that
You would be surprised. Not everyone is arrogant. We all need help learning
i got none experience but i js need that bot to do that in a vc
if u dont have any experience u shouldnt take on this project
We'r not here to do it for u we are here to help u learn how to do it
do you know how to do it?
there are plenty of people here that could certainly do it, but this server isn't for getting people to do random work for you :D
i js need that xd
if u "js need that" then do it urself? we're not gonna do it for you
You should learn the language man
Doing it for a text channel can help understand the basics of a bot and its almost the same i bet just a different way to send the message
We can help you if you don't know what we are talking about bc you don't know the language
Cant*
Oh i expected him to know a bit of python at least
take it as a chance to upskill ;)
Do you know anything about it? Python I mean
no xd
Then we can't really help. But only do it for you which alot of people won't lol
dang
Learn it urself or i feels sorry for him but naybe ask him and we can help him with the secifics?
i still dont feel like u should start with this project if you know nothing about python or bot development
I would if i would be at pc but we may even have a rule for that
i just want the bot lmao
Ask somwhere else
yeah, and making the bot requires someone to put in labour to create it
So your better question would be. How do I get started in bot development?
why do you expect people will just do that for you for no benefit?
i can gvie money
i dont but like always worth to ask
not allowed
Why
server rules
!rule 9
!rule 9
!rule 9
9. Do not offer or ask for paid work of any kind.
9. Do not offer or ask for paid work of any kind.
9. Do not offer or ask for paid work of any kind.
Lol
but if u do it in dms?
listen, NO ONE is going to do this for you here, either ask somewhere else or rephrase your question
how hard is it to do this project eith no expericence
depends if you can read docs
it is certainly non-trivial
2 days max if u really try i would say maybe
if you have literally 0 programming experience i would imagine it would take you like minimum 2 weeks, if you dedicated a significant amount of time to it
That's how it was for me lol
I started learning python by doing discord.py
Bad place to start
is this code good enoigh
import time
def countdown(t):
while t:
mins, secs = divmod(t, 60)
timer = '{:02d}:{:02d}'.format(mins, secs)
print(timer, "minutes till countdown")
time.sleep(60)
t -= 1
print("1 minute till countdown")
time.sleep(30)
print("30 seconds till countdown")
time.sleep(20)
print("10 seconds till countdown")
for i in range(10, 0, -1):
print(i)
time.sleep(1)
print("Go!")
Start countdown for 3 minutes
countdown(3)
Hey @neon crystal!
It looks like you're trying to paste code into this channel.
Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.
To do this, use the following method:
```py
print('Hello, world!')
```
This will result in the following:
print('Hello, world!')```
You can **edit your original message** to correct your code block.
no, that simply does not solve your problem
that has nothing to do with a discord bot
Judgeing from my completle starting friend who started with bot with the help of chat gpt
not even close tbh
dang
Here's how to make your Discord bot talk in a voice channel using discord.py and the ElevenLabs Text to Speech API. In this video, you'll learn how to use the ElevenLabs Python Library and discord.py to create a bot that can join voice channels and speak in them with an automatically generated voice.
If you have any suggestions for future video...
this works?
this wont solve ur problem still?
dawg why isnt there a bot like that in topgg
Probably requires the basics of bots to understand but u could rty
ur gonna follow the tutorial and at the end realise ur not where u want to be and come back here asking us to do it for u
@neon crystal I would suggest you learn the basics of python first before trying to task a bot
Whatch a tut on dc bots+vc and maybe if u folow it well ull be half the way there
its the easiest programming language ...
python?
yes
After scrach
not lua?
scratch is not a programming language lol
Tho not sure its a lang
if you want to make it yourself, you should be prepared to dedicate non-trivial amounts of time to learn python to make it, and that's okay, it's a hard skill to learn
well i dont consider it lol
I think thats like the same difficulty tho i never tryed
graphical programming languages are definitely still programming languages
what would hall want in exange if you do it
drag and drop means not coded means i would not consider it lol
!rule 9
do u not read what we say
I heard manageing memory defines it so im not sure?
sure, but you would be wrong lol
you're using python, you're not managing memory in that language either lol
maybe so but personal opinion
dangg
But could
Thats like why html aint a lang
afaik you literally don't have access to language features that let you manually manage memory
html is a markup language
not a programming language
Pymem at the least
html isn't a programming language because you can't describe computation with it
^^
Oh k
pymem has nothing to do with managing memory
well now we are all off topic lol
Ye thats what im thinking
isnt there any tutorial where they just show and where you can change the sentence the bot speaks
you want the bot to speak???
thats gonna take an extra week alone
interaction.response.send_message(content="YOUR TEXT GOES HERE")
thats what you will need you can figure the rest out as you learn
i thought op wanted voice
dang
Aint there a command to make the message be readden?
im sure its possible but even we dont know so surely he wont get it to work lol
/tts admin vommand
Yeah but a bot cant use other bots (The system bot) commands
Tho idk how a bot would call a command
alr ty for ye
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.