mirror of
https://github.com/TheTipo01/messageCounter.git
synced 2026-04-24 13:43:46 +02:00
Discord bot for keeping tracks of messages and ghostpings!
|
|
||
|---|---|---|
| .github/workflows | ||
| fonts | ||
| website | ||
| .dockerignore | ||
| .gitignore | ||
| .goreleaser.yml | ||
| commands.go | ||
| commands_test.go | ||
| database.go | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| embed.go | ||
| example_config.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| markov.go | ||
| README.md | ||
| stringutils.go | ||
| structure.go | ||
| utilities.go | ||
messageCounter
messageCounter - a discord bot to track messages and ghostpings
Features
- Show ghostpings on a separate webpage
- Sends random message every monday from a certain channel in a certain guild
- Send a nice as the message number 69420
For the random message part, you need to add a row to the config table with the server ID (guildID), the channel from where to get messages (channelID), and where to send the random message (channelToID). You can also add a offset for the message count part of the bot, as sometimes the numbers that the bot get and the one that discord returns are different.
Install
Get a release for your system in the release tab, modify the
provided example_config.yml, deploy the website on your favourite webserver, and you're good to go!