How To Make Discord Bot Using Python || Slash command & bot Status (2023)

preview_player
Показать описание


Timestamp :
00:00 Intro
00:20 Creating bot profile
02:57 Invite bot to server
03:35 Coding
07:30 Prefix command
09:00 Bot activity and status
10:43 Slash command
13:18 Outro

© Copyright
▪ I have no rights on the background music!
▪ I have no rights on the images!
▪All of the images and music are under the use of fair use!
Рекомендации по теме
Комментарии
Автор

Thank you! I've learned a lot from this.

Anthony
Автор

Hey, the slash command doesn't work

cftrezawd
Автор

Also I dont know if anyone else had this problem but for some reason on his side when typing the

await interaction.response.send_message(f"Pong!..."{bot_latency}, "ms") you have to put commas between each thing so it would look like this

await interaction.response.send_message(f"Pong!...", {bot_latency}, "ms")

Dont know if anyone else had that problem and I don't know how he did not get that error but that is the solution!

jimfrootloopfilledbrain
Автор

You wont believe but this is my first discord project that worked
and it worked by your tutorial thanks a lot

bishalstha
Автор

'Bot' object has no attribute 'tree' where u get tree bro?

bodybuilding-ru
Автор

How do I make the status have watching rather that playing?

JoevaneshaanSaravanan
Автор

I did the pip install discord and the script don't find the discord module!

pulograine
Автор

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for multidict
Failed to build frozenlist multidict
ERROR: Could not build wheels for frozenlist, multidict, which is required to install pyproject.toml-based projects

trducgaming
Автор

the bot is not coming online what did i do wrong? i did exactly like u did

Thnxder
Автор

Timestamp :
00:00 Intro
00:20 Creating bot profile
02:57 Invite bot to server
03:35 Coding
07:30 Prefix command
09:00 Bot activity and status
10:43 Slash command
13:18 Outro

Rip gojo :(

nx
Автор

this is the best video for newbie like me <3

ILT_T
Автор

Exception has occurred: ModuleNotFoundError
No module named 'discord'
File "C:\Users\anyel\Downloads\discordbot\main.py", line 1, in <module>
import discord
ModuleNotFoundError: No module named 'discord'

Can someone please help me?

darqsideever
Автор

hello say i alr had a bot and i made a new file for js commands how do it get it to work with the main file? do i just require or import it in the main file if this makes sense

obm_jay
Автор

When i run it it say ( 'modul' object is not callable) can you help me?

Vierooy
Автор

Bot' object has no attribute 'tree', where u get tree bro? and Interaction dead how i can make slash command?

bodybuilding-ru
Автор

Bro why would you post spoilers in a devving tutorial 😢 damn..

khuhaiku
Автор

Interactions does not work now, its dead

viwesbot
Автор

hey brother i wanna run bot from prefix and slash command also but when i copy and paste and i just change to bot.tree.command then a yellow line comes under async

ryzen
Автор

@client.event
async def on_ready():
await client.wait_until_ready()
print(f"{client.user.name} is logged in.")
My code has the following error:

"name" is not a known member of "None"

falcoln
Автор

You wont believe but this is my first discord project that worked
and it worked by your tutorial thanks a lot

oni__kaage