Skip to content
Sign UpLog In
Profile icon

Kylethedoge

@Kylethedoge
  • discordbot

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
Kylethedoge
Kylethedoge
shared a Post
2 years ago
how do i make a music discord bot
how do i make a discord music bot?(i'm using python)
Kylethedoge
Kylethedoge
shared a Post
2 years ago
Is it possible to make my discord bot so that it can record a sentence?, i'm using python
InvisibleOne
InvisibleOne
What do you mean record? Do you want it to save the comment history or actually record a sentence and then replay it with sound.2 years ago
ShizukoV
ShizukoV
Is it possible? Yes Do I know how to do it? No2 years ago
Kylethedoge
Kylethedoge
shared a Post
2 years ago
i'm trying to make my discord bot so that I can input something into my repl console and then make it appear in a specific discord channel/server, but
InvisibleOne
InvisibleOne
message = input("Message to send: ") channel_id = 636399538650742795 channel = bot.getchannel(channelid) # or client.get_channel if you are not using bot await channel.send(message)2 years ago