Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Wilbert-mad/MailBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailBot

Medieval Server MailBot

TODO

  • events folder
    • ready
    • message
    • split emit a dm message as "dmMessage"

Functionality

  • It can sent / create the threads into the staff server.
  • It can have snippets added / created / removed.
  • It can move threads into certain departments if needed.

Server Schema

Department-Data

  • DepartmentData - Object
    • name: string

    • RoleID: string

    • parentID: string (parent channel category id)

Snippets-Module

  • type - Array of SnippetData

  • SnippetData - Object

    //! separator will be replaced by "%" instead of "`" 
  name: string, replace spaces by "~". Resolve later

    //! "max" is the max length the discord embed description can be   
  description: string, max = 2048

    // random snippet id
  id: string

Releases

No releases published

Packages

No packages published