willbohrer / timestamper

Discord bot that precisely records activity in channels down to the microsecond and logs it for you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timestamper v1.0.0

About

Discord bot that precisely records activity in channels down to the microsecond and logs it for you.

Written in Python 3.12.2 and utilizes discord.py 2.3.2.

Installation

To install Python, follow the instructions on its dedicated website. The latest version is preferable. Anything at or above 3.12.2 should definitely work. To install discord.py, follow the instructions on its repository. The latest version is preferable. Anything at or above 2.3.2 should definitely work.

To install the bot, simply download the source code as a .zip and extract it to a folder of your choice on your computer. Assuming you have already created an application in the Discord developer portal, copy its token and paste it into the token.txt file in the folder. Just run main.py and the bot will run.

If you are unable or don't want to host yourself, an alternative is adding the official Timestamper bot to your server.

Debugging

Most problems root from your bot's intents being disabled. Try enabling all three gateway intents for your bot in the developer portal.

image

Other problems could be the bot not having the correct permissions in servers. Make sure that applications.commands, bot, and Administrator permissions are all enabled.

image

Otherwise, create an issue.

About

Discord bot that precisely records activity in channels down to the microsecond and logs it for you.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%