Skip to content

A node based discord bot made to facilitate college life. Works like a calendar (using MongoDB database) with an ability to play music.

Notifications You must be signed in to change notification settings

NNydek/DiscordBotJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EKA Bot

A node based discord bot made to facilitate college life. Works like a calendar (using MongoDB database) with an ability to play music.

Usage

Command Description
$c, $create <PARAMETERS> Creates new event
$p, $play <SONG> Plays music through youtube search
$l, $ls, $list Prints list of all events
  • Parameters: date,course,group,hour,inf.
    • date: takes date in YYYY/MM/DD format.
    • hour: takes time in 24h format.
    • Example: $c date: 2022/02/01 course: Applied Mathematics group: YB-01 hour: 10:15 inf: Bring your own calculator

Prerequisites

  • Node.js, NPM

Install

TOKEN=yourToken
MONGODB_SRV=mongodb+srv://<username>:<password>@discordbot.uts0r.mongodb.net/myFirstDatabase?retryWrites=true&w=majority 

#TODO

Music
$skip         Skips currently playing song
$search       Prints list of the most relevant songs
Calendar
$del, $delete, $remove <EVENTID>     Deletes an event matching ID
Other
$h, $help               Prints help information
$disconnect, $leave     Disconnects bot from a voice channel

About

A node based discord bot made to facilitate college life. Works like a calendar (using MongoDB database) with an ability to play music.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published