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 reviews
Reviews can be left only by registered users. All reviews are moderated by Top.gg moderators. Please make sure to check our guidelines before posting.
5 stars
3
4 stars
0
3 stars
0
2 stars
0
1 star
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.