Kylethedoge
@Kylethedoge
how do i make a discord music bot?(i'm using python)
Is it possible to make my discord bot so that it can record a sentence?, i'm using python
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
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
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