Timeline is a Discord bot built with DiscordGO that logs all activities within your Discord server and saves it to a database. This project is currently a work in progress (WIP) and aims to provide robust logging capabilities to help server administrators keep track of events, messages, and user activities.
- Nothing yet
-
Clone the Repository:
git clone https://github.com/RuriYoshinova/Timeline.git
-
Navigate to the Directory:
cd Timeline
-
Install Dependencies: Ensure you have Go installed, then run:
go mod tidy
-
Configure Your Bot Token and Prefix: Create a
.env
file in the root directory and add your bot token:DISCORD_TOKEN=your-bot-token PREFIX=$
-
Run the Bot:
go run main.go
- Run the bot with
go run main.go
Contributions are welcome! If you'd like to contribute to Timeline, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the WTFPL License - see the LICENSE file for details.
Last updated on Fri, Oct 4, 2024.