Markov learns from your users and generates messages based on their messages. Type /help to find out how to use the bot.
Markov works by saving messages on a specific channel, and then generating messages that resemble those conversations.
To start you should add a channel for Markov to listen to with the /add_channel command. After adding, Markov will start learning from these messages, and occasionally he will send a message (by default 10% chance on a channel message), generated based on the channel learnings.
channelAdd a channel for Markov to listen to and send messages in. The generated messages are based on previous messages from the channel since Markov started listening.
channelRemove a channel from Markov's memory. This makes it so all the message history from that channel is deleted and Markov stops listening to it and sending messages there.
searchWith this command you can search for messages that you want to remove from Markov's memory. A list with the 10 most recent messages matching the search parameter will appear, from here you can select which ones to remove and confirm the removal.
Generates a random message from Markov based on the current channel. The current channel needs to have been added to Markov in the past.
channel chanceSet the chance of Markov sending a message in a specific channel.
Shows info about Markov on the current server.
5
3 avaliações
As avaliações só podem ser feitar por usuários registrados. Todos os comentários são revisados pelos moderadores do Top.gg. Por favor, esteja ciente das nossas regras antes de postar algo.
5 estrelas
3
4 estrelas
0
3 estrelas
0
2 estrelas
0
1 estrela
0
Is there a reason that only the user can see the messages from /generate_message? Would be more fun if everyone could. Still a pretty good implementation of a Markov bot though.