Reminder / Helper for the Discord bot IDLE FARM.
• If you want to not bother with any of the following and just invite Molly, click here
• Install python 3.12.
• Install the third party libraries mentioned in requirements.txt
.
• Create a Discord application with a bot user, activate the required intents and generate a bot token.
• Rename default.env
to .env
and set all required variables mentioned in the file.
• Rename database/default_db.db
to database/database.db
.
• Upload all emojis in images/emojis
to a private server Molly can see.
• Change all emojis in resources/emojis.py
to the ones you uploaded.
• Run bot.py
.
• Invite Molly to your server(s). Note the required permissions below.
• Replace all .py
files.
• Upload emojis and change their ID in resources/emojis.py
if there are new ones.
• Restart the bot.
• If the bot requires database changes, compare the new default db to your db and make the neccessary changes.
• guilds
• members
• message_content
• messages
• Send Messages
• Embed Links
• Add Reactions
• Use External Emoji
• Read Message History
• Mention @everyone, @here and All Roles
Molly uses slash commands but also supports some text commands.
Default prefix for text commands is molly
and is changeable in /settings server
.
Use /help
for an overview.
These commands are only available if you host yourself and provide bot admin level functionality.
They are restricted as follows:
• They can only be used by users set in DEV_IDS.
• They are not registered globally and only show up in the servers set in DEV_GUILDS.
• They are not listed in /help
.
The following commands are available:
Manually triggers the tracking consolidation. This runs daily at 00:00 UTC, so you probably won't need this.
Manages global event reductions. If there ever will be reduced cooldowns in an event, this is the command to use.
Allows you to send a custom message via Molly to a channel.
Allows reloading of cogs and modules on the fly.
Note that you should always restart the bot when there is a breaking change, no matter what.
It's not possible to reload the following files:
• Cogs with slash command definitions. Due to Discord restrictions, you need to restart the whole thing if you change slash commands.
• The file bot.py
as this is the main file that is running.
• The file tasks.py
. I had mixed results with this, just restart instead.
To reload files in subfolders, use folder.file
(e.g. resources.settings
). Cogs don't need that, the filename is enough (e.g. prune
).
Lists all servers Molly is in by name.
Shuts down the bot. Note that if the bot is registered as a systemctl or systemd service, it will automatically restart.