About | |
---|---|
Are you tired of interesting facts? MediocreBot to the rescue! |
MediocreBot has more than 20 barely interesting facts about your discord server.
Examples include:
- Who has the oldest discord account in the server?
- What is the average length for a message in this channel?
- When was this server created?
- Who wrote the 1337th message in this channel?
You can invoke a command by starting your message with a mention of the bot or the prefix.
Examples: @MediocreBot command
or m!command
(if the prefix is left to the default m!
).
There are currently two commands that you can invoke.
Description: A short introduction of the bot. How it's used, why it's made and by who. This is essentially the README you are currently reading.
Example usage: @MediocreBot info
Description: A random fact about the channel. This command will perform a one-time scan for the channel when it's invoked for the first time. This may take a few minutes, since the bot can read about 300-700 messages per second. This means if the channel has 10 000 messages, the setup will take about 20 seconds. This only has to be done once (per channel and session).
Parameters: The channel parameter is optional and defaults to the channel that the command is invoked from. The channel parameter allows you to specify another channel to give a random fact about. This can be useful if you have a channel dedicated for bot usage but want statistics on the main channel without spamming it.
Example usage: @MediocreBot fact
or with optional parameter @MediocreBot fact #general
Requirements:
- A few minutes
- The dotnet sdk (verify that
dotnet --version
does not give you an error in the terminal)
If you don't know how to get a token, read this tutorial.
4. Open a command window and navigate to /src/MediocreBot/
. This folder should have MediocreBot.csproj
in it.
💡 You don't have the bin
or obj
folders yet. This is not a problem.
And that's it! If your bot doesn't go online, you can either open an issue or write to me on Discord: LeMorrow#8192
.
This bot was made in 4 days for Discord Hack Week 2019. It is a submission for the shitpost
category.