Skip to content

Arisamiga/Discord-Reminder-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Reminder-Bot

Useful Bot for Reminding about Meetings

Issues

CodeFactor

Setting Up Meeting Meeting Confirmed

Installation

You have to install NodeJS and Git.
Create a folder.
Open Command Prompt.
Type in: cd The path to your new folder. (Example: C:\Users\User\Desktop\New folder)
Press enter.
After that type in git clone https://github.com/Arisamiga/Discord-Reminder-Bot.git
Press enter.
When you see all Github files in your folder you installed the bot files successfully.
You will need to rename config.json.example and reminders.json.example to config.json and reminders.json
After that, you would want to edit the config.json.

Change the following

{
    "clientId": "(Enter Bot's Client ID here)",
    "guildId": "(Enter Guild ID here)",
    "token": "(Enter Token here)",
    "reminderchannel": "(Enter Channel ID for Reminders)",
    "activityText": "(Enter Bot's Activity Text)"
}

Get your discord token and bot ID from https://discord.com/developers/applications

And you should be ready to start the bot!

Use either use npm start or node main.js to start the bot in your command prompt!

Setting up a reminder!

To set up a reminder you should have the bot enabled. The Bot uses Discord's Slash Commands you can create a reminder by using

/addmeeting (Timestamp) (Role to mention)

And after that, you should have made a Reminder.

You can check if your meeting was added by using

/schedules

Features!

  • Supports Multiple Meetings/Reminders
  • Ability to Mention Role for Meetings/Reminders
  • Uses Discord Slash Commands and Discord v14!
  • Easy to use!

If you are having trouble with the bot I recommend opening an issue.

Made By Arisamiga