#🔒 Need help with a bot

146 messages · Page 1 of 1 (latest)

neon crystal
#

can anyone help me create a countdown bot that stays in a vc 24/7 and countdowns like this: 3 minutes till countdown
2 minutes til countdown
1 minute til countdown
30 seconds till countsown
10
9
8
7
6
5
4
3
2
1
Go
Please help me with this

strange sluiceBOT
#

@neon crystal

Python help channel opened

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.

empty dirge
#

!rule 10

strange sluiceBOT
#

10. Do not copy and paste answers from ChatGPT or similar AI tools.

terse siren
#

but chatgpt is smarter than most of us lol

short acorn
#

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?

limber light
neon crystal
#

i need a bot to countdown ina vc 24/7

#

wjthout going inactive

gloomy halo
#

Gotta host a server for it then

terse siren
#

@limber light shhhhhh

neon crystal
#

i have a server already

short acorn
narrow finch
neon crystal
#

dang

short acorn
terse siren
#

You would be surprised. Not everyone is arrogant. We all need help learning

neon crystal
#

i got none experience but i js need that bot to do that in a vc

narrow finch
#

if u dont have any experience u shouldnt take on this project

short acorn
neon crystal
#

do you know how to do it?

limber light
#

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

neon crystal
#

i js need that xd

narrow finch
#

if u "js need that" then do it urself? we're not gonna do it for you

terse siren
#

You should learn the language man

short acorn
#

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

terse siren
#

We can help you if you don't know what we are talking about bc you don't know the language

#

Cant*

short acorn
neon crystal
#

my dad knows pythong

#

python

limber light
#

take it as a chance to upskill ;)

terse siren
#

Do you know anything about it? Python I mean

neon crystal
#

no xd

terse siren
#

Then we can't really help. But only do it for you which alot of people won't lol

neon crystal
#

dang

short acorn
narrow finch
#

i still dont feel like u should start with this project if you know nothing about python or bot development

short acorn
neon crystal
#

i just want the bot lmao

short acorn
limber light
#

yeah, and making the bot requires someone to put in labour to create it

terse siren
#

So your better question would be. How do I get started in bot development?

limber light
#

why do you expect people will just do that for you for no benefit?

neon crystal
#

i can gvie money

neon crystal
narrow finch
neon crystal
#

Why

narrow finch
#

server rules

terse siren
#

!rule 9

short acorn
empty dirge
strange sluiceBOT
#

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.

terse siren
#

Lol

neon crystal
#

but if u do it in dms?

limber light
#

lmao

#

just go on fiverr or something if you want to actually hire someone

narrow finch
#

listen, NO ONE is going to do this for you here, either ask somewhere else or rephrase your question

neon crystal
#

how hard is it to do this project eith no expericence

narrow finch
#

depends if you can read docs

limber light
#

it is certainly non-trivial

short acorn
limber light
#

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

terse siren
#

That's how it was for me lol

#

Bad place to start

neon crystal
#

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)

strange sluiceBOT
#

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.
limber light
#

no, that simply does not solve your problem

narrow finch
neon crystal
#

i mean like

#

code for it

short acorn
narrow finch
neon crystal
#

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...

â–¶ Play video
#

this works?

narrow finch
#

this wont solve ur problem still?

neon crystal
#

dawg why isnt there a bot like that in topgg

short acorn
narrow finch
#

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

terse siren
#

@neon crystal I would suggest you learn the basics of python first before trying to task a bot

neon crystal
#

i ha

#

ve

#

but its too hard

#

lol

short acorn
terse siren
#

its the easiest programming language ...

neon crystal
#

python?

terse siren
#

yes

short acorn
neon crystal
#

not lua?

terse siren
#

scratch is not a programming language lol

short acorn
limber light
#

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

terse siren
#

well i dont consider it lol

short acorn
limber light
neon crystal
#

what would hall want in exange if you do it

terse siren
#

drag and drop means not coded means i would not consider it lol

narrow finch
strange sluiceBOT
#

9. Do not offer or ask for paid work of any kind.

narrow finch
#

do u not read what we say

short acorn
limber light
limber light
terse siren
#

maybe so but personal opinion

neon crystal
#

dangg

neon crystal
#

i have so hard in learning it

#

ive tried several times

short acorn
#

Thats like why html aint a lang

limber light
# short acorn But could

afaik you literally don't have access to language features that let you manually manage memory

narrow finch
#

not a programming language

limber light
narrow finch
#

^^

limber light
terse siren
#

well now we are all off topic lol

short acorn
neon crystal
#

isnt there any tutorial where they just show and where you can change the sentence the bot speaks

narrow finch
#

thats gonna take an extra week alone

terse siren
#

interaction.response.send_message(content="YOUR TEXT GOES HERE")

thats what you will need you can figure the rest out as you learn

narrow finch
#

wait thats a thing?

#

nvm

terse siren
#

im sure somehow lol

#

with TTS

narrow finch
#

i thought op wanted voice

neon crystal
#

dang

short acorn
terse siren
#

im sure its possible but even we dont know so surely he wont get it to work lol

short acorn
#

/tts admin vommand

terse siren
#

Yeah but a bot cant use other bots (The system bot) commands

short acorn
#

Tho idk how a bot would call a command

terse siren
#

i dont believe they can

#

not that ive ever seen

neon crystal
#

alr ty for ye

strange sluiceBOT
#
Python help channel closed

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.