Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
39 lines (25 loc) · 835 Bytes

README.md

File metadata and controls

executable file
·
39 lines (25 loc) · 835 Bytes

Mido

Introduction

This is a simple to use Discord Bot with a user interface only design to add, edit, delete tasks and projects. You can also add permissions and set reminders for tasks.

Note: This is a work in progress and is not yet ready for use.

The code was written a while ago and is not up to date with the current standards and best practices. I will try to update it as soon as possible.

Contributions

Installation

  1. Clone the repository
git clone https://github.com/Mittelbots/Mido.git
  1. Install the dependencies
npm install
  1. Create a .env file in the root directory and add the data

  2. Run the bot

npm run start

Can I contribute?

Yes, you can. Just fork the repository and create a pull request. We will review it and merge it.